============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-7.4.4, pluggy-1.5.0
rootdir: /home/runner/.ya/build/build_root/a9fz/000df3/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

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/a9fz/000df3/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 852231
DEBUG    ya.test:process.py:259 Command (pid 852231) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 852231) elapsed time (sec): 0.7903897762298584
DEBUG    ya.test:process.py:263 Command (pid 852231) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 852231) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 852231) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 852231) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 852231) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 852231) maxrss: 644176
DEBUG    ya.test:process.py:263 Command (pid 852231) minflt: 37270
DEBUG    ya.test:process.py:263 Command (pid 852231) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 852231) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 852231) nivcsw: 112
DEBUG    ya.test:process.py:263 Command (pid 852231) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 852231) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 852231) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 852231) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 852231) stime: 0.217215
DEBUG    ya.test:process.py:263 Command (pid 852231) utime: 0.45335499999999995
DEBUG    ya.test:process.py:263 Command (pid 852231) wtime: 0.808
DEBUG    ya.test:process.py:275 Command (pid 852231) output:
Git info:
    Commit: a433c8533ee8c3f8b5e27fd734c7b3ec5d3816db
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 9d4caac738787d72bf7f9dae3ce905e879cec352 into 275d5e66a96688274bebb5b786f917c2b2ea9200

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-eb3j45nagm
    Host information: 
        Linux ghrun-eb3j45nagm 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 852231) errors:

INFO     __tests__.base:base.py:127 Git info:
    Commit: a433c8533ee8c3f8b5e27fd734c7b3ec5d3816db
    Branch: 
    Author: Alek5andr-Kotov <akotov@ydb.tech>
    Summary: Merge 9d4caac738787d72bf7f9dae3ce905e879cec352 into 275d5e66a96688274bebb5b786f917c2b2ea9200

Other info:
    Build by: runner
    Top src dir: /home/runner/actions_runner/_work/ydb/ydb
    Top build dir: /home/runner/.ya/build
    Hostname: ghrun-eb3j45nagm
    Host information: 
        Linux ghrun-eb3j45nagm 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/a9fz/000df3/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25906
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:397 Working directory: /home/runner/.ya/build/build_root/a9fz/000df3/r3tmp/kikimr_cluster_njrlulpp
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/a9fz/000df3/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6475
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2515
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25389
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29066
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:243 CFG_DIR_PATH="/home/runner/.ya/build/build_root/a9fz/000df3/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:244 Final command: /home/runner/.ya/build/build_root/a9fz/000df3/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/a9fz/000df3/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__exqr9y4.log --grpc-port=6475 --mon-port=2515 --ic-port=25906
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:159 Formatting pdisk SectorMap:1:64 on node localhost:6475/1, disk_size 68719476736
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/a9fz/000df3/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/a9fz/000df3/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/a9fz/000df3/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__exqr9y4.log', '--grpc-port=6475', '--mon-port=2515', '--ic-port=25906')' in '/home/runner/.ya/build/build_root/a9fz/000df3/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: 852795
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:279 Started node localhost:6475/1
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/a9fz/000df3/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:357 Executing command = ['/home/runner/.ya/build/build_root/a9fz/000df3/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:6475', '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: 25906\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/a9fz/000df3/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:6475', '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: 25906\n      }\n      HostConfigId: 1\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 856992
DEBUG    ya.test:process.py:259 Command (pid 856992) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 856992) elapsed time (sec): 0.8439807891845703
DEBUG    ya.test:process.py:263 Command (pid 856992) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 856992) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 856992) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 856992) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 856992) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 856992) maxrss: 740112
DEBUG    ya.test:process.py:263 Command (pid 856992) minflt: 43693
DEBUG    ya.test:process.py:263 Command (pid 856992) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 856992) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 856992) nivcsw: 159
DEBUG    ya.test:process.py:263 Command (pid 856992) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 856992) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 856992) nvcsw: 585
DEBUG    ya.test:process.py:263 Command (pid 856992) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 856992) stime: 0.266747
DEBUG    ya.test:process.py:263 Command (pid 856992) utime: 0.470362
DEBUG    ya.test:process.py:263 Command (pid 856992) wtime: 0.858
DEBUG    ya.test:process.py:275 Command (pid 856992) output:
Status {
  Success: true
}
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 5

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

DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/a9fz/000df3/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:357 Executing command = ['/home/runner/.ya/build/build_root/a9fz/000df3/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:6475', '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/a9fz/000df3/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:6475', '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: 857577
DEBUG    ya.test:process.py:259 Command (pid 857577) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 857577) elapsed time (sec): 0.9529948234558105
DEBUG    ya.test:process.py:263 Command (pid 857577) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 857577) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 857577) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 857577) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 857577) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 857577) maxrss: 740648
DEBUG    ya.test:process.py:263 Command (pid 857577) minflt: 43731
DEBUG    ya.test:process.py:263 Command (pid 857577) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 857577) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 857577) nivcsw: 166
DEBUG    ya.test:process.py:263 Command (pid 857577) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 857577) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 857577) nvcsw: 569
DEBUG    ya.test:process.py:263 Command (pid 857577) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 857577) stime: 0.290927
DEBUG    ya.test:process.py:263 Command (pid 857577) utime: 0.49549
DEBUG    ya.test:process.py:263 Command (pid 857577) wtime: 0.955
DEBUG    ya.test:process.py:275 Command (pid 857577) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 6

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:451 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:458 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, 0ec1a4ff-58eb-4504-9514-e23b33e4c3fe, localhost:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 0ec1a4ff-58eb-4504-9514-e23b33e4c3fe, localhost:6475): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 0ec1a4ff-58eb-4504-9514-e23b33e4c3fe, localhost:6475): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-eb3j45nagm.auto.internal" port: 6475 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-eb3j45nagm.auto.internal:6475, 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:6475
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8151
DEBUG    ya.test:ya.py:176 Binary was found by /home/runner/.ya/build/build_root/a9fz/000df3/contrib/python/moto/bin/moto_server
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:8151
DEBUG    root:base.py:171 HTTPConnectionPool(host='localhost', port=8151): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x504000bcb0b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:8151
DEBUG    root:base.py:171 HTTPConnectionPool(host='localhost', port=8151): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x504000bc2fb0>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:8151
DEBUG    root:base.py:171 HTTPConnectionPool(host='localhost', port=8151): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x504000bbc8b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:8151
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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 0x50e0006e6190>
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 0x50e0003e8950>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function lazy_call.<locals>._handler at 0x50e001600730>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x50e0003e8cd0>
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 0x50e0006e6190>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_post at 0x50e0003e8950>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function lazy_call.<locals>._handler at 0x50e001600730>
DEBUG    botocore.hooks:hooks.py:238 Event creating-client-class.s3: calling handler <function add_generate_presigned_url at 0x50e0003e8cd0>
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 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
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 0x504001572e30>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504001572e30>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'cold', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
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:8151/cold', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000de6eb0>, '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 0x504000de6f30>>
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 0x504000df7ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/cold

host:localhost:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162813Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162813Z
20251111/us-east-1/s3/aws4_request
aa3e143c868a928abf95c1ccd13d8d3800d7b1df52ae24278a34fb68cf03f942
DEBUG    botocore.auth:auth.py:430 Signature:
9637e2e3c3cfc705d9031ebed0f1a735d2f86da459ac3825a7e3a8d0f8f7c1dc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:8151/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'20251111T162813Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9637e2e3c3cfc705d9031ebed0f1a735d2f86da459ac3825a7e3a8d0f8f7c1dc', 'amz-sdk-invocation-id': b'fb2a6ad7-5345-46eb-b99c-e1a84b38d80b', 'amz-sdk-request': b'attempt=1', 'Content-Length': '0'}>
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:8151
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:28:13 GMT', 'x-amzn-requestid': 'ZyWeImWKYAObg5Hx2oLysADORrIVtJpQpJk7lLrTvMGDAxnwQpsP', '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 0x504001574a30>
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 0x504001572e30>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
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 0x504001572e30>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504001572e30>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'frozen', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
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:8151/frozen', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000de6eb0>, '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 0x504000de6f30>>
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 0x504000df7ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/frozen

host:localhost:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162813Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162813Z
20251111/us-east-1/s3/aws4_request
929d46836ebdb504a82f1ece8117c530e1b0c3b40b29fd425786c21d3d54073a
DEBUG    botocore.auth:auth.py:430 Signature:
eb4b0b99d3607d2022622adb10974f19b0258ca047112780f2c4a2df766d787c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:8151/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'20251111T162813Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eb4b0b99d3607d2022622adb10974f19b0258ca047112780f2c4a2df766d787c', 'amz-sdk-invocation-id': b'5650361c-728d-4824-8f31-903c1fcbfdfe', '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:8151 "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': 'Tue, 11 Nov 2025 16:28:13 GMT', 'x-amzn-requestid': 'ymitbeGusKWo3b04bvDxE9PBPC5yg0FoXV2ar8RllwA1QQugVpgN', '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 0x504001574a30>
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 0x504001572e30>>
------------------------------ 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 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
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 0x504001572e30>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504001572e30>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
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:8151/cold_uc', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000de6eb0>, '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 0x504000de6f30>>
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 0x504000df7ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/cold_uc

host:localhost:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162813Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162813Z
20251111/us-east-1/s3/aws4_request
338e5a8a2e65bd97c1fa8655f0939aa63e03532a116809a33c88258c71aa7e4c
DEBUG    botocore.auth:auth.py:430 Signature:
3506042dc6545201439f7a447ace4920f2a823bc7f479eae7be88d1badd355e9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:8151/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'20251111T162813Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3506042dc6545201439f7a447ace4920f2a823bc7f479eae7be88d1badd355e9', 'amz-sdk-invocation-id': b'a5972073-aa1a-485a-b8ab-cf156db5a81c', '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:8151 "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': 'Tue, 11 Nov 2025 16:28:13 GMT', 'x-amzn-requestid': 'dxMSxipU5JRLHMRkrIg8fqZHcSTfmH9Dv2Ck72NKHZI59XsTqXX0', '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 0x504001574a30>
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 0x504001572e30>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
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 0x504001572e30>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504001572e30>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
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:8151/frozen_uc', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000de6eb0>, '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 0x504000de6f30>>
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 0x504000df7ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/frozen_uc

host:localhost:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162813Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162813Z
20251111/us-east-1/s3/aws4_request
3c6c827d8ae94383c2bb4fa2cfc1e94b4e662d5b662ff6352ffe893f7fd2e73e
DEBUG    botocore.auth:auth.py:430 Signature:
0bd18379cbea67a329ddf48997d833ff6696a12f7d1fa1b0d0148c78e888afba
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:8151/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'20251111T162813Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0bd18379cbea67a329ddf48997d833ff6696a12f7d1fa1b0d0148c78e888afba', 'amz-sdk-invocation-id': b'80f813bc-5317-43e1-85a3-0a9b28fe8dfa', '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:8151 "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': 'Tue, 11 Nov 2025 16:28:13 GMT', 'x-amzn-requestid': 'qa1heZHBrZfSdVvCqpVeAK23aRuXcg3RlUYGc8ckqbsVvuNx6PWg', '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 0x504001574a30>
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 0x504001572e30>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
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 0x504001572e30>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.CreateBucket: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504001572e30>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableAccessPoints': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.CreateBucket: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
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:8151/medium', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000de6eb0>, '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 0x504000de6f30>>
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 0x504000df7ff0>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.CreateBucket: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.CreateBucket: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
DEBUG    botocore.auth:auth.py:425 Calculating signature using v4 auth.
DEBUG    botocore.auth:auth.py:426 CanonicalRequest:
PUT
/medium

host:localhost:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162813Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162813Z
20251111/us-east-1/s3/aws4_request
3e827d7eeefa4d530c93b900a33e0e60e9ebcb56f3b8b43bc9ede4c130c01506
DEBUG    botocore.auth:auth.py:430 Signature:
4c8fb6d70289a937fc355277f6c0f8d751fa8acd526a6ad4b928737896d04a50
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.CreateBucket: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=PUT, url=http://localhost:8151/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'20251111T162813Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4c8fb6d70289a937fc355277f6c0f8d751fa8acd526a6ad4b928737896d04a50', 'amz-sdk-invocation-id': b'4170a149-5603-4a44-8b5a-6c93f8144208', '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:8151 "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': 'Tue, 11 Nov 2025 16:28:13 GMT', 'x-amzn-requestid': 'WQ5XeoJEoeYOnTvin3fJqI4ek6cai3HZ7SYvv8z0pGSXRBQOoKsY', '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 0x504001574a30>
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 0x504001572e30>>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162813Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162813Z
20251111/us-east-1/s3/aws4_request
b25d767cd6ca566bfa3d9f2a0c44558694bb1879836e35bd79201a20c5fc46cf
DEBUG    botocore.auth:auth.py:430 Signature:
2d036c7a577bc79ef2b3e5d740ae0b070c9b47cda910ccc3f3d68a9af101f9c1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162813Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2d036c7a577bc79ef2b3e5d740ae0b070c9b47cda910ccc3f3d68a9af101f9c1', 'amz-sdk-invocation-id': b'831d429f-d7f4-4899-96a7-f21a1f9cf13c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:228 Starting new HTTP connection (1): localhost:8151
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:28:13 GMT', 'x-amzn-requestid': 'Rcwq0AWeSXAjnHxSwfgcSgjFkLnFm52EBUGJuVisJ2JpHzdENoV7', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162813Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162813Z
20251111/us-east-1/s3/aws4_request
2ca70b85e2471a0ab52f086ab380a08baf40c784efd61d81efe00c2b8a5a7908
DEBUG    botocore.auth:auth.py:430 Signature:
d444b22caeaacbdf99946b1c793edbf76a68a78cfff9aeab27d50b1e0daaa633
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162813Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d444b22caeaacbdf99946b1c793edbf76a68a78cfff9aeab27d50b1e0daaa633', 'amz-sdk-invocation-id': b'66ebce31-afd3-4afa-9c17-049bdf446345', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:28:13 GMT', 'x-amzn-requestid': '1YsnaVWJuenBJ3Lfx4pbvZQf0jO3oesFN6xYwoqb5QgxeJErTjy8', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162813Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162813Z
20251111/us-east-1/s3/aws4_request
44e6d2eedd4dcba367ad4a99753534e8f6a1a4ffe90ffbe86d3478983b0bcbf5
DEBUG    botocore.auth:auth.py:430 Signature:
985c7cef17c1d440c7d5c8624bc341b02cfdc79502412c2e0deaf26733d63edf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162813Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=985c7cef17c1d440c7d5c8624bc341b02cfdc79502412c2e0deaf26733d63edf', 'amz-sdk-invocation-id': b'0cf5146d-bf85-4c50-a280-d833b1204205', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:28:13 GMT', 'x-amzn-requestid': 'N1CNzZlYawcX9OX8z4BQ0iJ528JAg6rwLM0pQEIpYVlll6I4Wm9r', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
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, 3c25cce4-ddde-47d8-8323-5313a090a718, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(CreateSession, 3c25cce4-ddde-47d8-8323-5313a090a718, ghrun-eb3j45nagm.auto.internal:6475): request = {  }
DEBUG    ydb.connection:connection.py:51 RpcState(CreateSession, 3c25cce4-ddde-47d8-8323-5313a090a718, ghrun-eb3j45nagm.auto.internal:6475): response = { status: SUCCESS session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" node_id: 1 }
DEBUG    ydb.connection:connection.py:375 RpcState(AttachSession, 53737791-5eb1-4e43-918f-f92422e005bd, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(AttachSession, 53737791-5eb1-4e43-918f-f92422e005bd, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" }
DEBUG    ydb.connection:connection.py:51 RpcState(AttachSession, 53737791-5eb1-4e43-918f-f92422e005bd, ghrun-eb3j45nagm.auto.internal:6475): 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=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cea605a8-0307-41e9-b5bb-5b7ae1193ebc, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cea605a8-0307-41e9-b5bb-5b7ae1193ebc, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, cea605a8-0307-41e9-b5bb-5b7ae1193ebc, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eb9683de-d474-430a-b4c0-f89fa7c149c8, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eb9683de-d474-430a-b4c0-f89fa7c149c8, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, eb9683de-d474-430a-b4c0-f89fa7c149c8, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
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=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c0b4a7bf-1a2f-42ed-839a-2be9b6d97453, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c0b4a7bf-1a2f-42ed-839a-2be9b6d97453, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c0b4a7bf-1a2f-42ed-839a-2be9b6d97453, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3972b112-8543-4629-8934-3fc09efed847, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3972b112-8543-4629-8934-3fc09efed847, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 3972b112-8543-4629-8934-3fc09efed847, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a0a41d42-1c52-479a-ad20-13ca8d7b036e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a0a41d42-1c52-479a-ad20-13ca8d7b036e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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:8151/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, a0a41d42-1c52-479a-ad20-13ca8d7b036e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3b6dab6f-168b-43ba-96b2-53c0e45fd11b, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3b6dab6f-168b-43ba-96b2-53c0e45fd11b, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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:8151/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, 3b6dab6f-168b-43ba-96b2-53c0e45fd11b, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c2805ad3-9efd-49cc-be8e-5233cfd80f8e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c2805ad3-9efd-49cc-be8e-5233cfd80f8e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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:8151/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, c2805ad3-9efd-49cc-be8e-5233cfd80f8e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e879879a-e766-480a-a1a1-c76b606e6b13, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e879879a-e766-480a-a1a1-c76b606e6b13, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, e879879a-e766-480a-a1a1-c76b606e6b13, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 07d82a9f-763a-44d7-bb76-d45b426f4d7c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 07d82a9f-763a-44d7-bb76-d45b426f4d7c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 07d82a9f-763a-44d7-bb76-d45b426f4d7c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4067b7e3-3af4-4eac-8403-01490b68abe2, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4067b7e3-3af4-4eac-8403-01490b68abe2, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 4067b7e3-3af4-4eac-8403-01490b68abe2, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4a34f839-ce3f-4002-88d6-1420340fdef0, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4a34f839-ce3f-4002-88d6-1420340fdef0, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 4a34f839-ce3f-4002-88d6-1420340fdef0, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
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': 445584, 'BlobCount': 192}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1f995fbf-c2dd-4c24-ba00-ca46cfe9c309, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1f995fbf-c2dd-4c24-ba00-ca46cfe9c309, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 1f995fbf-c2dd-4c24-ba00-ca46cfe9c309, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d2730f50-20be-4fcf-8b3d-73c38c6a3dc3, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d2730f50-20be-4fcf-8b3d-73c38c6a3dc3, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d2730f50-20be-4fcf-8b3d-73c38c6a3dc3, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 40f34910-74cd-4bbd-9869-a2a5a3d55b13, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 40f34910-74cd-4bbd-9869-a2a5a3d55b13, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 40f34910-74cd-4bbd-9869-a2a5a3d55b13, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9f663477-69e6-4c7c-8779-eb03e2c9f4ea, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9f663477-69e6-4c7c-8779-eb03e2c9f4ea, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 9f663477-69e6-4c7c-8779-eb03e2c9f4ea, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
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': 891408, 'BlobCount': 384}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 539b94fe-157f-4111-8f73-51f1842ab56e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 539b94fe-157f-4111-8f73-51f1842ab56e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 539b94fe-157f-4111-8f73-51f1842ab56e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1134d6a2-b536-4663-823d-6949c152432f, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1134d6a2-b536-4663-823d-6949c152432f, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 1134d6a2-b536-4663-823d-6949c152432f, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cc6d95d0-3da0-45e9-a75d-92404a9d6713, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cc6d95d0-3da0-45e9-a75d-92404a9d6713, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, cc6d95d0-3da0-45e9-a75d-92404a9d6713, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 021ff9b1-45f2-43fa-8580-df9508aaa04e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 021ff9b1-45f2-43fa-8580-df9508aaa04e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 021ff9b1-45f2-43fa-8580-df9508aaa04e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 30000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 30000, 'Portions': 179, 'ActivePortions': 175}}, blobs: {'__DEFAULT': {'Portions': 172, 'BlobSize': 1368704, 'BlobCount': 612}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e7b6ca77-161a-4d88-90cc-e778f9733776, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e7b6ca77-161a-4d88-90cc-e778f9733776, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, e7b6ca77-161a-4d88-90cc-e778f9733776, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d7c889fd-4c7d-4ea5-84ca-d04951b8b41d, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d7c889fd-4c7d-4ea5-84ca-d04951b8b41d, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d7c889fd-4c7d-4ea5-84ca-d04951b8b41d, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f57cc710-3492-4236-a4b8-5202cefae9f0, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f57cc710-3492-4236-a4b8-5202cefae9f0, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, f57cc710-3492-4236-a4b8-5202cefae9f0, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 92956c75-2d35-4fa2-8aa2-3ab8de507da3, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 92956c75-2d35-4fa2-8aa2-3ab8de507da3, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 92956c75-2d35-4fa2-8aa2-3ab8de507da3, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 40000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 40000, 'Portions': 193, 'ActivePortions': 193}}, blobs: {'__DEFAULT': {'Portions': 193, 'BlobSize': 1882752, 'BlobCount': 853}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2f4b44df-1f2e-49b6-aaf5-cc9ef8c26e0a, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2f4b44df-1f2e-49b6-aaf5-cc9ef8c26e0a, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 2f4b44df-1f2e-49b6-aaf5-cc9ef8c26e0a, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8aa523ce-b663-477d-8d56-92776da0889c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8aa523ce-b663-477d-8d56-92776da0889c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 8aa523ce-b663-477d-8d56-92776da0889c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dc10a300-b8b0-4eee-ae87-7f231815c944, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dc10a300-b8b0-4eee-ae87-7f231815c944, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, dc10a300-b8b0-4eee-ae87-7f231815c944, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eb02f16d-3dab-47cb-89c1-ee022878f0e3, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eb02f16d-3dab-47cb-89c1-ee022878f0e3, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, eb02f16d-3dab-47cb-89c1-ee022878f0e3, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 50000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 50638, 'Portions': 247, 'ActivePortions': 245}}, blobs: {'__DEFAULT': {'Portions': 243, 'BlobSize': 2364616, 'BlobCount': 1033}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 80944d10-22f0-44b6-b1eb-c92c99f7cefe, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 80944d10-22f0-44b6-b1eb-c92c99f7cefe, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 80944d10-22f0-44b6-b1eb-c92c99f7cefe, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2885d997-e4e3-41f8-b534-9f7cc0571b48, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2885d997-e4e3-41f8-b534-9f7cc0571b48, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 2885d997-e4e3-41f8-b534-9f7cc0571b48, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 144f7102-73d7-4441-89fc-85cbaeeb02e1, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 144f7102-73d7-4441-89fc-85cbaeeb02e1, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 144f7102-73d7-4441-89fc-85cbaeeb02e1, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cf6709cc-e2a0-4666-a07e-54084c2bd6b0, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cf6709cc-e2a0-4666-a07e-54084c2bd6b0, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, cf6709cc-e2a0-4666-a07e-54084c2bd6b0, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 60000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 60008, 'Portions': 259, 'ActivePortions': 255}}, blobs: {'__DEFAULT': {'Portions': 254, 'BlobSize': 2796712, 'BlobCount': 1120}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ccbe5b10-3d44-4f4f-a909-19f120555654, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ccbe5b10-3d44-4f4f-a909-19f120555654, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, ccbe5b10-3d44-4f4f-a909-19f120555654, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 83d8d5c0-f7f3-4ac5-b3ff-b3ce08116d04, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 83d8d5c0-f7f3-4ac5-b3ff-b3ce08116d04, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 83d8d5c0-f7f3-4ac5-b3ff-b3ce08116d04, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7a265230-70e3-4075-aae1-e3f664ebb4b3, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7a265230-70e3-4075-aae1-e3f664ebb4b3, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 7a265230-70e3-4075-aae1-e3f664ebb4b3, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0ac94a88-3540-4fac-9160-f38c158874cd, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0ac94a88-3540-4fac-9160-f38c158874cd, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 0ac94a88-3540-4fac-9160-f38c158874cd, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 70000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 70869, 'Portions': 275, 'ActivePortions': 273}}, blobs: {'__DEFAULT': {'Portions': 272, 'BlobSize': 3289376, 'BlobCount': 1216}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 18710973-2bf4-4c16-92fc-e03be5a6e239, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 18710973-2bf4-4c16-92fc-e03be5a6e239, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 18710973-2bf4-4c16-92fc-e03be5a6e239, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ab1e6709-96e4-47f3-bc77-1e310db20cf5, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ab1e6709-96e4-47f3-bc77-1e310db20cf5, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, ab1e6709-96e4-47f3-bc77-1e310db20cf5, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fe8a1d08-49eb-4938-91c7-2f4309483c35, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fe8a1d08-49eb-4938-91c7-2f4309483c35, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, fe8a1d08-49eb-4938-91c7-2f4309483c35, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a2f286e8-492e-4c7b-86c2-7143693d3f9a, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a2f286e8-492e-4c7b-86c2-7143693d3f9a, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, a2f286e8-492e-4c7b-86c2-7143693d3f9a, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 80000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 80000, 'Portions': 279, 'ActivePortions': 279}}, blobs: {'__DEFAULT': {'Portions': 279, 'BlobSize': 3691608, 'BlobCount': 1261}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5451d7ff-657d-4c77-a22f-8ab5097221a0, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5451d7ff-657d-4c77-a22f-8ab5097221a0, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5451d7ff-657d-4c77-a22f-8ab5097221a0, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0089b7a5-7496-4295-9c19-bc9242f7fb39, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0089b7a5-7496-4295-9c19-bc9242f7fb39, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 0089b7a5-7496-4295-9c19-bc9242f7fb39, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5c997ee9-9b4e-4615-b78e-6e8887127dd2, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5c997ee9-9b4e-4615-b78e-6e8887127dd2, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5c997ee9-9b4e-4615-b78e-6e8887127dd2, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 39ecdb62-a9ea-45d0-a069-28b92419489b, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 39ecdb62-a9ea-45d0-a069-28b92419489b, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 39ecdb62-a9ea-45d0-a069-28b92419489b, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 90000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 90000, 'Portions': 298, 'ActivePortions': 298}}, blobs: {'__DEFAULT': {'Portions': 300, 'BlobSize': 4253224, 'BlobCount': 1362}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cdd0682c-a705-4aca-a33e-7175081a77a0, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cdd0682c-a705-4aca-a33e-7175081a77a0, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, cdd0682c-a705-4aca-a33e-7175081a77a0, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f1099691-f669-42e1-8a5b-8fbf47e89b2f, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f1099691-f669-42e1-8a5b-8fbf47e89b2f, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, f1099691-f669-42e1-8a5b-8fbf47e89b2f, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 64ba4587-8774-4363-8ce9-2fc1943fcb6a, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 64ba4587-8774-4363-8ce9-2fc1943fcb6a, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 64ba4587-8774-4363-8ce9-2fc1943fcb6a, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 35faa71c-2b97-4204-81dc-7496029af7c4, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 35faa71c-2b97-4204-81dc-7496029af7c4, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 35faa71c-2b97-4204-81dc-7496029af7c4, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:149 100000 rows inserted in total, portions: {'__DEFAULT': {'Rows': 100165, 'Portions': 313, 'ActivePortions': 311}}, blobs: {'__DEFAULT': {'Portions': 318, 'BlobSize': 4888888, 'BlobCount': 1446}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 77aea9dd-49bc-43ca-b69d-d217377e9590, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 77aea9dd-49bc-43ca-b69d-d217377e9590, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 77aea9dd-49bc-43ca-b69d-d217377e9590, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:151 Rows older than 1000 days: 65665
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c4be483d-4b64-419d-a1a0-544016411190, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c4be483d-4b64-419d-a1a0-544016411190, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c4be483d-4b64-419d-a1a0-544016411190, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:152 Rows older than 3000 days: 38341
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 75daf740-1e23-447a-8626-6b929e51a95e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 75daf740-1e23-447a-8626-6b929e51a95e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 75daf740-1e23-447a-8626-6b929e51a95e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0eddf7b4-27f1-4328-8870-e214c3686b3e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0eddf7b4-27f1-4328-8870-e214c3686b3e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 0eddf7b4-27f1-4328-8870-e214c3686b3e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:35 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 272, 'ActivePortions': 272}}, blobs: {'__DEFAULT': {'Portions': 272, 'BlobSize': 4569056, 'BlobCount': 1298}}
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b8f5e440-96e3-4667-ae1d-46268c20deca, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b8f5e440-96e3-4667-ae1d-46268c20deca, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, b8f5e440-96e3-4667-ae1d-46268c20deca, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
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=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 77398d2b-70d3-4807-8f26-773c97eebb68, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 77398d2b-70d3-4807-8f26-773c97eebb68, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 77398d2b-70d3-4807-8f26-773c97eebb68, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:172 TTL set in 9.062433242797852 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 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162926Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162926Z
20251111/us-east-1/s3/aws4_request
ef2dd82200f8f25bdcab0df4d9dcd4dac4a68d23fad048991ea6c0cb14524353
DEBUG    botocore.auth:auth.py:430 Signature:
55146e8f1d58a83b892500b8dca565d8a210a7c274a5fc85f2eeb821599cef2b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162926Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=55146e8f1d58a83b892500b8dca565d8a210a7c274a5fc85f2eeb821599cef2b', 'amz-sdk-invocation-id': b'e9d11642-965c-422e-841d-3360bd93f957', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:26 GMT', 'x-amzn-requestid': 'Hj0BqJEfkMcz1s4DKiatFSzt3ZgZWzdespmthnGK44ekeZErVQZ4', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162926Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162926Z
20251111/us-east-1/s3/aws4_request
5c8e598515cf355c589883554fe4fd9d983e8d69ad426ed7c379c85a14fca3bb
DEBUG    botocore.auth:auth.py:430 Signature:
347a1ede59d53dc80afa7ea50cbc7edae26e3eccac5a6fe5a48486b65641d037
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162926Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=347a1ede59d53dc80afa7ea50cbc7edae26e3eccac5a6fe5a48486b65641d037', 'amz-sdk-invocation-id': b'1bbb421c-cc5c-465b-9c71-0f1da2048557', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:26 GMT', 'x-amzn-requestid': 'VuauLrG2DhC4t1NStkRCz6LjDOSV68S4c89bRnfYSzlXWKeMW0tz', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162926Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162926Z
20251111/us-east-1/s3/aws4_request
d816fe40c143fb1a15e884894280f5cf737451393f4a2249dfecb531d54690d8
DEBUG    botocore.auth:auth.py:430 Signature:
88c7542ab70311711c364008cd5a6b875f99a4bbecdfc97e6598821263e6ab92
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162926Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=88c7542ab70311711c364008cd5a6b875f99a4bbecdfc97e6598821263e6ab92', 'amz-sdk-invocation-id': b'877775f4-36ae-426d-b532-a5d6f2eeb567', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:27 GMT', 'x-amzn-requestid': 'sW2uiWkREeYUuUiHHIcAWjirRUou14Kxr8zcorb4NRjcANJLZGmb', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 028c934d-b993-416a-ac79-64335171c0fd, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 028c934d-b993-416a-ac79-64335171c0fd, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 028c934d-b993-416a-ac79-64335171c0fd, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 37fe998a-cf18-47c3-9f26-e1d0447702b7, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 37fe998a-cf18-47c3-9f26-e1d0447702b7, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 37fe998a-cf18-47c3-9f26-e1d0447702b7, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'__DEFAULT': {'Rows': 100000, 'Portions': 266, 'ActivePortions': 264}}, blobs: {'__DEFAULT': {'Portions': 263, 'BlobSize': 4707376, 'BlobCount': 1301}}, 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 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162930Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162930Z
20251111/us-east-1/s3/aws4_request
78533c8bf590cee58c2c552a20ee053f62a48ed211dbbc294ec83243e7cff660
DEBUG    botocore.auth:auth.py:430 Signature:
64c97015d5823f0b20f847ae6fe93a221e65e830eff44719b68e95d3e371e7d4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162930Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=64c97015d5823f0b20f847ae6fe93a221e65e830eff44719b68e95d3e371e7d4', 'amz-sdk-invocation-id': b'22aa130d-2b5a-4019-b8c5-3d3c138eabe9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:30 GMT', 'x-amzn-requestid': 'hwiaWass4IMpsbKvbkt2fuG8xO6oSCU8pcnTKqlJR7YuRrmpAjSC', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162930Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162930Z
20251111/us-east-1/s3/aws4_request
44a6e869ebca4a5562100a32ddd77e4f518d687d75d8c2addf4e1ab7d55fffe4
DEBUG    botocore.auth:auth.py:430 Signature:
800deefe2ecd9707a8a65d78e6b20d6f68ab152bdced284f69fd0e8316f30e87
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162930Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=800deefe2ecd9707a8a65d78e6b20d6f68ab152bdced284f69fd0e8316f30e87', 'amz-sdk-invocation-id': b'8eb83457-ec94-44eb-ac3c-0f96784ebc4e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:29:30 GMT', 'x-amzn-requestid': 'GUazR7z19xjqrMuDOZ9rxuEj6jDRo1hBQ2vx64YhtT5NGqueCwxq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162930Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162930Z
20251111/us-east-1/s3/aws4_request
ae706c9b64fe05aa5d2bd331f893bddc8d6a3649d529c29ec2c40bff437e2cd8
DEBUG    botocore.auth:auth.py:430 Signature:
6c9746e27dc6a167f7337d94b5c2dd10ee32de3874551e544abeb2ace220af72
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162930Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6c9746e27dc6a167f7337d94b5c2dd10ee32de3874551e544abeb2ace220af72', 'amz-sdk-invocation-id': b'c83c1017-ea1a-49b7-a9a7-0052d6a7b6b3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:30 GMT', 'x-amzn-requestid': 'Awfy36Dz9hX5zAOFHjsam4wRuoZXyZSCFyWm9ENolXRyiWdWm35J', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1fdf571d-1e53-4dbd-b134-aff16c492329, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1fdf571d-1e53-4dbd-b134-aff16c492329, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 1fdf571d-1e53-4dbd-b134-aff16c492329, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8e253989-2ad2-4f4e-bca6-e72196c836d9, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8e253989-2ad2-4f4e-bca6-e72196c836d9, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 8e253989-2ad2-4f4e-bca6-e72196c836d9, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:178 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dbe55f0d-22f3-47b0-bb52-4181b6b9e4fd, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dbe55f0d-22f3-47b0-bb52-4181b6b9e4fd, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, dbe55f0d-22f3-47b0-bb52-4181b6b9e4fd, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
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, 887f9690-b7c6-476e-a7dd-696d1b542365, localhost:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 887f9690-b7c6-476e-a7dd-696d1b542365, localhost:6475): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 887f9690-b7c6-476e-a7dd-696d1b542365, localhost:6475): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-eb3j45nagm.auto.internal" port: 6475 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-eb3j45nagm.auto.internal:6475, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:6475
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
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=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ed4a16a1-1227-4f6d-9008-2429430ab25d, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ed4a16a1-1227-4f6d-9008-2429430ab25d, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, ed4a16a1-1227-4f6d-9008-2429430ab25d, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:204 TTL set in 0.4499845504760742 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 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162944Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162944Z
20251111/us-east-1/s3/aws4_request
b5edbfbc78c280ce153f317c1be6e027fb534d7f8a6940bd2575b73e87b5ad55
DEBUG    botocore.auth:auth.py:430 Signature:
6345bc677d45ba601c0aca12f821d3c8ea37c47cd9b18fc5ce6d5c56e775dafd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162944Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6345bc677d45ba601c0aca12f821d3c8ea37c47cd9b18fc5ce6d5c56e775dafd', 'amz-sdk-invocation-id': b'56206b0d-b99e-4140-af04-56080875fbf9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:44 GMT', 'x-amzn-requestid': 'ZCSskAgUkoUh24Rk5XAHPkI6fLea4nucw2Iypgap1YtxXaqgvuCH', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162944Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162944Z
20251111/us-east-1/s3/aws4_request
60e781f0f5bf8f6dd3e616ad4d07b6c9c166e27028411a90cc5ea6f1d1b4661d
DEBUG    botocore.auth:auth.py:430 Signature:
437e1597e6cdde7e3a0d9d9d74c3d8b646d46cdbd5dedc3d976aa0c8d4475001
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162944Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=437e1597e6cdde7e3a0d9d9d74c3d8b646d46cdbd5dedc3d976aa0c8d4475001', 'amz-sdk-invocation-id': b'94e91326-2e9c-422c-8b54-103fd5af9e73', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:44 GMT', 'x-amzn-requestid': '8I3MLQF0nNlFfG2YgKZr6oXjxAknRf0Cjg465Yh2hDypGPJMLtag', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162944Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162944Z
20251111/us-east-1/s3/aws4_request
f88695c5120ed51c1df8f2b8fcc2697e9567edf8c7993d27f69c4aa8435b6ddd
DEBUG    botocore.auth:auth.py:430 Signature:
f039037b1931e0e305a2ecea990ad8239d683baa72fd0face2d7dfc8ee9d553a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162944Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f039037b1931e0e305a2ecea990ad8239d683baa72fd0face2d7dfc8ee9d553a', 'amz-sdk-invocation-id': b'01cd3129-2287-423b-af9f-cf32301936fc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:29:44 GMT', 'x-amzn-requestid': 'cgNgR0twneUyfaNgXMbZhJ7uriWGRuDCq5U2mpwWTG0pz0IuxRZD', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5bf3c162-e7c9-4d43-a4af-07fe83ebb508, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5bf3c162-e7c9-4d43-a4af-07fe83ebb508, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5bf3c162-e7c9-4d43-a4af-07fe83ebb508, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b19bdf29-9385-4e16-a37b-294423575e51, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b19bdf29-9385-4e16-a37b-294423575e51, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, b19bdf29-9385-4e16-a37b-294423575e51, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162946Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162946Z
20251111/us-east-1/s3/aws4_request
6a585e9ecf809aed8ca6e7254bbfb221937bed84bced7b11fb9a71f6f5900cde
DEBUG    botocore.auth:auth.py:430 Signature:
41ed4948268b9a6aeaad2fc66df7db4211a04756430b1ea75e744e83a07cca5a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162946Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=41ed4948268b9a6aeaad2fc66df7db4211a04756430b1ea75e744e83a07cca5a', 'amz-sdk-invocation-id': b'b0e5dd0d-9f41-4081-979b-cbb388dcacff', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:46 GMT', 'x-amzn-requestid': '8ZKx5JXuoHKTg2FN4Mk4Mnv6JSpOM0KJBw8SQoXDpyFJmRqrFA5K', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162946Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162946Z
20251111/us-east-1/s3/aws4_request
38ddae70bdc3cc16548fd151dd9985cae070d1842b35a27a11a563dd7830eb40
DEBUG    botocore.auth:auth.py:430 Signature:
b4b3f0cc0d97efa9eb5cb3bee68ddafa9d6eaa5d4759ce86be5b5d778c056c51
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162946Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b4b3f0cc0d97efa9eb5cb3bee68ddafa9d6eaa5d4759ce86be5b5d778c056c51', 'amz-sdk-invocation-id': b'4cb7cbe1-287f-4adc-a33c-216445cefa43', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:46 GMT', 'x-amzn-requestid': 'AzwmAw4plIUOhPR6EFOtfeilLBypqii3VVEeYkDY3Mn73KoVF3hK', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162947Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162947Z
20251111/us-east-1/s3/aws4_request
5e959fd57321d23c3f4686564563757ff3f22bfb8eaa08c2a99b1bd2b7d3050c
DEBUG    botocore.auth:auth.py:430 Signature:
3070d7af14f8d67673055edfc6c7085c31b97721c4035e91a2eb2cb1eaed48c8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162947Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3070d7af14f8d67673055edfc6c7085c31b97721c4035e91a2eb2cb1eaed48c8', 'amz-sdk-invocation-id': b'39fca0f4-d89b-4504-86d1-326131f2eba2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:29:47 GMT', 'x-amzn-requestid': 'h2ir9LMoXPS4P3T4jlMSVzbPEK4UhcxPQru6UXS5ITj263ZhwtJf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7636c70b-9bc3-4b31-b92d-438f2f29fbb0, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7636c70b-9bc3-4b31-b92d-438f2f29fbb0, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 7636c70b-9bc3-4b31-b92d-438f2f29fbb0, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d02c70b1-d35e-4287-b88c-9a57e8e8bc98, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d02c70b1-d35e-4287-b88c-9a57e8e8bc98, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d02c70b1-d35e-4287-b88c-9a57e8e8bc98, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}, '__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162949Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162949Z
20251111/us-east-1/s3/aws4_request
261eaef392f4fa8f8ba04c60659bc7ac2dd2a88f9a845d840d3712da7febd312
DEBUG    botocore.auth:auth.py:430 Signature:
f9a4fa994c556aafc8307e81ee2ab285464dff3cf9f7714e8978921b46c08de3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162949Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f9a4fa994c556aafc8307e81ee2ab285464dff3cf9f7714e8978921b46c08de3', 'amz-sdk-invocation-id': b'ede3e48c-1539-42e4-bbcf-bef681f04965', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:49 GMT', 'x-amzn-requestid': 'EeCJAcVNZvEUPs2AjO6AHVnqyQMn9ucvgZPon9FQgPl2Qo8lsNcv', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162949Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162949Z
20251111/us-east-1/s3/aws4_request
c96b96fcb8f39e3f76f06904bafdd2990fb5705a2b2f04d856d25788ae982ebc
DEBUG    botocore.auth:auth.py:430 Signature:
0e8799ff76ba3cc7a2106d69a34f6d217b84223b6f6b70cb7347224e9f9153c6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162949Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0e8799ff76ba3cc7a2106d69a34f6d217b84223b6f6b70cb7347224e9f9153c6', 'amz-sdk-invocation-id': b'339b68b1-97a8-47ce-9a57-4c2e5abfc329', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:49 GMT', 'x-amzn-requestid': 'vTy8tSecFmMDQkxZm5KnzcAEpVfQbnaOuJbvmzs9QuQUUTeVUktR', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162949Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162949Z
20251111/us-east-1/s3/aws4_request
55e54deeefce8d33fbda1c002213c1bfa0fd669b02102df0e3236cd039241ba7
DEBUG    botocore.auth:auth.py:430 Signature:
d42196cdb398ad966bae266179c6e2640c1e297fdd9783fa85e194e8319c1832
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162949Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d42196cdb398ad966bae266179c6e2640c1e297fdd9783fa85e194e8319c1832', 'amz-sdk-invocation-id': b'17ddbb1c-40bc-41c5-acfa-e16dfa934d5e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:29:49 GMT', 'x-amzn-requestid': 'iG1vTBZ9vmwnLms9yq2WU8jr9hAN9hYjQGWcEZwhJYV4i7C4iZA3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f851ff94-ccfe-42f6-b77a-caa257ed16c0, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f851ff94-ccfe-42f6-b77a-caa257ed16c0, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, f851ff94-ccfe-42f6-b77a-caa257ed16c0, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b34e580e-1492-4ab0-a487-ecc5bfe39171, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b34e580e-1492-4ab0-a487-ecc5bfe39171, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, b34e580e-1492-4ab0-a487-ecc5bfe39171, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}, '__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162951Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162951Z
20251111/us-east-1/s3/aws4_request
5de82220e2370e7ef832f6da0a3e4c0502002160b496bcae3759d637a9e5c1d3
DEBUG    botocore.auth:auth.py:430 Signature:
d56121fed9061a571a2515b4f99c23d8bd42f4ed37e09a291e33adaf27c7fa4b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162951Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d56121fed9061a571a2515b4f99c23d8bd42f4ed37e09a291e33adaf27c7fa4b', 'amz-sdk-invocation-id': b'1282a2a2-0645-4d3c-9cde-057cbea77d51', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:51 GMT', 'x-amzn-requestid': '3gNPGyHD7xwIc0VbkDHA7LWrbaGDtQPSTMUiscToEIeIxcR5pRKd', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162951Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162951Z
20251111/us-east-1/s3/aws4_request
a72be0411787c90fd0f4eb484509ed4f00d8285758e2721400ccc661dafc1c96
DEBUG    botocore.auth:auth.py:430 Signature:
cf83218ccb4310336a2123d76c72f8656fafd8b34d82a66bfef3b80258cf840c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162951Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cf83218ccb4310336a2123d76c72f8656fafd8b34d82a66bfef3b80258cf840c', 'amz-sdk-invocation-id': b'1ca90e64-8f21-4787-a2d1-88a3e125e21d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:51 GMT', 'x-amzn-requestid': 'Wa2vqTAImuWPUJUPyAggAX4bASIMk9KxgSZTvWxeqiMXlPSNKPdC', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162951Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162951Z
20251111/us-east-1/s3/aws4_request
5e118ca808830ff3533f687213bd556338841d706957fa062d46d1d6e21ce689
DEBUG    botocore.auth:auth.py:430 Signature:
1ce61c9bb15dbb6a3ab57974785a659fefabd0c996c358f47b10a221a59027cc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162951Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1ce61c9bb15dbb6a3ab57974785a659fefabd0c996c358f47b10a221a59027cc', 'amz-sdk-invocation-id': b'3938e33f-042c-4f85-8ccc-b8534aa60eaa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:29:51 GMT', 'x-amzn-requestid': 'BncrCeLvDrE7owW8kfJtA9l23MeaYVfVE9O5a2d1kqGEilK4Nqgm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2e852f22-8af4-4007-94a8-1d859ea2a44c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2e852f22-8af4-4007-94a8-1d859ea2a44c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 2e852f22-8af4-4007-94a8-1d859ea2a44c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1ab013e6-34f6-4d56-b1d3-68797e3d9d38, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1ab013e6-34f6-4d56-b1d3-68797e3d9d38, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 1ab013e6-34f6-4d56-b1d3-68797e3d9d38, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162953Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162953Z
20251111/us-east-1/s3/aws4_request
a17dbda27d9c12d10cd3f9f8245a2ab6601e287409782e7cfc118afc816dc3d8
DEBUG    botocore.auth:auth.py:430 Signature:
d05d4fb2101f5d9987fdedb6726ed2420fe77849d79cb4d537be63ed78833ad8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162953Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d05d4fb2101f5d9987fdedb6726ed2420fe77849d79cb4d537be63ed78833ad8', 'amz-sdk-invocation-id': b'2ed34df9-e034-4ca7-b3e3-1653ce2f719c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:53 GMT', 'x-amzn-requestid': 'yy7x2JM2hqFMMf571btxuvrrjLr08Ug33d9pfvFVz8IyMq9RVVBy', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162953Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162953Z
20251111/us-east-1/s3/aws4_request
942fe7b0671b605f20bb5b4bb3297c0e175b7f95802bab6ffb882a36bf43e98c
DEBUG    botocore.auth:auth.py:430 Signature:
8f2c51b4c31c79d967b3807b7962d263a6a57ee538ab524a5c72385748a48f0d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162953Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8f2c51b4c31c79d967b3807b7962d263a6a57ee538ab524a5c72385748a48f0d', 'amz-sdk-invocation-id': b'59bc4cc1-39ca-4c4f-bd35-2f6faacf93a1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:53 GMT', 'x-amzn-requestid': 'n7hgM54D9q4yxcY1S9H5vbwTWnivCiLkosGYEM8IiuzpXoSS8Nky', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162953Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162953Z
20251111/us-east-1/s3/aws4_request
36cda7befeb9136c8ec56131005880f049cb0fca1fe53f0d7f3f8b91e0636f05
DEBUG    botocore.auth:auth.py:430 Signature:
53f211fc6e416ddfc871a4259c4509d065acfdef0558893dcc30cc655b170cb6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162953Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=53f211fc6e416ddfc871a4259c4509d065acfdef0558893dcc30cc655b170cb6', 'amz-sdk-invocation-id': b'193af026-0857-43d5-a526-99b8ea27e100', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:29:53 GMT', 'x-amzn-requestid': 'JqncjumCJ0PKy843VZF87pL5bIzSG23vegUG6rGH2CdbwauY6VnE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3ac3efd7-88ed-4e73-bc0b-9c9e962e9e82, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3ac3efd7-88ed-4e73-bc0b-9c9e962e9e82, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 3ac3efd7-88ed-4e73-bc0b-9c9e962e9e82, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 824e8bb6-f4a3-4b2c-b66c-255eb1a33e76, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 824e8bb6-f4a3-4b2c-b66c-255eb1a33e76, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 824e8bb6-f4a3-4b2c-b66c-255eb1a33e76, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}, '__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162955Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162955Z
20251111/us-east-1/s3/aws4_request
ce76da6b8accb5eb36ed3314e3c123f916b7007c7d8b8bb9436d62854ce62f7d
DEBUG    botocore.auth:auth.py:430 Signature:
9d5b4953693689e143e02296192b7e87b8b77694a6780fc404b5dbefea075a85
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162955Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9d5b4953693689e143e02296192b7e87b8b77694a6780fc404b5dbefea075a85', 'amz-sdk-invocation-id': b'06c40447-547c-4c67-b1e8-c562d1045851', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:55 GMT', 'x-amzn-requestid': 'fAiojT8Ei1KCT6oGCiPlHsbiGIujnebnky1jXWviCCvZF6DDSpiI', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162955Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162955Z
20251111/us-east-1/s3/aws4_request
dfa76844179755175095bb5281736f5b92f4048091d7e949d2d414b6848504ac
DEBUG    botocore.auth:auth.py:430 Signature:
e39bec741c5dacb81ffe06dd468f816971cc448e955c7b55bbf6ae2002237f89
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162955Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e39bec741c5dacb81ffe06dd468f816971cc448e955c7b55bbf6ae2002237f89', 'amz-sdk-invocation-id': b'f32b4b44-eeca-42f1-83ce-f826098e001c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:55 GMT', 'x-amzn-requestid': 'x3iOQ1FyB47gB90lNNi7TTAZTo9aP8bonmLpcGaliRUK0JwgKj1r', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162955Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162955Z
20251111/us-east-1/s3/aws4_request
9f82d5a994ce2e3cf5012d480f2e8c3ceda3d0c5fc3912e413eef9088b2e227a
DEBUG    botocore.auth:auth.py:430 Signature:
dea928d68f0e0378e474212f81538ddb153914cb6a8c57a2c50b702134108e86
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162955Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dea928d68f0e0378e474212f81538ddb153914cb6a8c57a2c50b702134108e86', 'amz-sdk-invocation-id': b'44f70d07-999c-452a-bb3f-051a774b9723', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:29:55 GMT', 'x-amzn-requestid': 'Byh7wPHscgihjLgP8iUNuIb41uJ2s0YjyTcA2zihXV8kgIrk9pTC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2be3e0da-e045-47de-b815-d55690e4bc3d, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2be3e0da-e045-47de-b815-d55690e4bc3d, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 2be3e0da-e045-47de-b815-d55690e4bc3d, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 17dc77bd-2343-45b5-b004-8f9c9c8ccee7, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 17dc77bd-2343-45b5-b004-8f9c9c8ccee7, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 17dc77bd-2343-45b5-b004-8f9c9c8ccee7, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}, '__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162957Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162957Z
20251111/us-east-1/s3/aws4_request
9597214ae9f3fcb2cb6e97edcd09a52f9ce1f60353c1d1c4d21f820af2f2f0ca
DEBUG    botocore.auth:auth.py:430 Signature:
b78146b022b1db830fdb2c5cc5eaeae02bbbf4b1be99c48fc6a752561f63ef48
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162957Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b78146b022b1db830fdb2c5cc5eaeae02bbbf4b1be99c48fc6a752561f63ef48', 'amz-sdk-invocation-id': b'018789c1-e37e-44db-966b-98ff0bb421c3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:57 GMT', 'x-amzn-requestid': '8Y3eYbh5Oc9gSvNEqQX4CPrkvJWZCgOcOZpU1lfJCYuhj9zk3Xab', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162957Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162957Z
20251111/us-east-1/s3/aws4_request
156351ad1a5f52e3e078dd73fb1de1388b961a43f3ce1b4403bd01f2d633842a
DEBUG    botocore.auth:auth.py:430 Signature:
aa45dec95eb27a6aa68dc35d12fca1b80b16397e47f4f5219412263b9a5dbe95
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162957Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aa45dec95eb27a6aa68dc35d12fca1b80b16397e47f4f5219412263b9a5dbe95', 'amz-sdk-invocation-id': b'1ed8bc0d-d122-4393-8c6d-2de207676a5d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:29:57 GMT', 'x-amzn-requestid': '8sFjyD5wpRw3KhBVWyGV1TJkh6pZjeeexDVmcSGEPwKo4YLRu8Ve', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T162958Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T162958Z
20251111/us-east-1/s3/aws4_request
cad2ad1dccadcd7d9899bca990e8f2ef437d4b8f9884e88885a9bafedc504614
DEBUG    botocore.auth:auth.py:430 Signature:
5a4e43851171f862404e4245fe31d0026ecc5990499d7b9448feaaced0094276
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T162958Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5a4e43851171f862404e4245fe31d0026ecc5990499d7b9448feaaced0094276', 'amz-sdk-invocation-id': b'9f433ce8-a374-43ba-b7a4-154a9a1bb5c2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:29:58 GMT', 'x-amzn-requestid': 'AvtqElvrPasD2di36rDUUkhgKQy2B32t4g4CnvUcDsloi4z6kbEa', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6a1d3994-c6e5-47f4-9c77-ae7d18d838d6, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6a1d3994-c6e5-47f4-9c77-ae7d18d838d6, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 6a1d3994-c6e5-47f4-9c77-ae7d18d838d6, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, dc9f2645-2e76-42f5-9b08-8df4147f8cb7, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, dc9f2645-2e76-42f5-9b08-8df4147f8cb7, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, dc9f2645-2e76-42f5-9b08-8df4147f8cb7, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}, '__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163000Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163000Z
20251111/us-east-1/s3/aws4_request
1f6dcb7e792c973fb9326cbe568d7718c047e339fcba85fb06697c4ce59279b4
DEBUG    botocore.auth:auth.py:430 Signature:
d1d462fda3c68056cb23efb8e6041830ae9c1ea183282ca8dbceac6ff7776c2f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163000Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d1d462fda3c68056cb23efb8e6041830ae9c1ea183282ca8dbceac6ff7776c2f', 'amz-sdk-invocation-id': b'0f6c9298-049d-41d1-a8d7-0c9fa378c8f5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:00 GMT', 'x-amzn-requestid': 'pdFfHAQ8zDXPsv69fQBPSBts6qileNfoLRhHBQcrOszbFT22jxXX', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163000Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163000Z
20251111/us-east-1/s3/aws4_request
903dd81b24c8e178a4b8232526af011d09f49d4763d4d081a3b14016cd317401
DEBUG    botocore.auth:auth.py:430 Signature:
f7fa60ce08fb74ef45cdc47e285e6c177e58436a10490b807a62311855259f2e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163000Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f7fa60ce08fb74ef45cdc47e285e6c177e58436a10490b807a62311855259f2e', 'amz-sdk-invocation-id': b'ce3524c1-c53f-4718-8eef-9c9dbe68a1e0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:00 GMT', 'x-amzn-requestid': 'Xa4NbhTKBf3kP0qjPdvh3Yz5dBaAlC9jlc5dqhwZYLWnXTCz4Ubo', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163000Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163000Z
20251111/us-east-1/s3/aws4_request
6be83f291400f8d5099aa57a7e3764068e7930fed9595d9a67e7fa2dcc7707f5
DEBUG    botocore.auth:auth.py:430 Signature:
4315784d65fdf0c3e21aae777bd5e3152a69b07445f81d64809ebe0ebbbcf6e2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163000Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4315784d65fdf0c3e21aae777bd5e3152a69b07445f81d64809ebe0ebbbcf6e2', 'amz-sdk-invocation-id': b'1943efaa-331a-43fd-b1a9-90cdf687b23f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:00 GMT', 'x-amzn-requestid': 'aFhiACYoy22RAVqs78ehf6kK5xoO9g0iOuXH5SfOSAVpKEMHw6k0', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 18250fd1-41d8-467a-9b17-d7e8879bb880, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 18250fd1-41d8-467a-9b17-d7e8879bb880, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 18250fd1-41d8-467a-9b17-d7e8879bb880, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d55eebaf-2bdb-4966-b002-b7bc8a911130, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d55eebaf-2bdb-4966-b002-b7bc8a911130, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d55eebaf-2bdb-4966-b002-b7bc8a911130, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163002Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163002Z
20251111/us-east-1/s3/aws4_request
ab49ad9f21629f6688dcb488e4d754ae5e8df6e09fb6ea5e23192ceb43217307
DEBUG    botocore.auth:auth.py:430 Signature:
d06dbb96b157a099abe9c54d7ca4a6b45c74eec7b56138de16e14f60bdae556f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163002Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d06dbb96b157a099abe9c54d7ca4a6b45c74eec7b56138de16e14f60bdae556f', 'amz-sdk-invocation-id': b'90a87b63-0078-4ea9-9016-3815a005edbf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:02 GMT', 'x-amzn-requestid': 'OmpPwP8lVXS1kXFxueBD7OeeGvYqKLNXksmKqqZppDM9duH0iFdW', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163002Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163002Z
20251111/us-east-1/s3/aws4_request
e92dfc0c982bef4fe746e78d888e4417a0f10d537b02898cb6e675e9e217ddab
DEBUG    botocore.auth:auth.py:430 Signature:
e7d8870b05c7074375d75dcfaf5a2cfc0187cfdadfa282865181492ff11865fd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163002Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e7d8870b05c7074375d75dcfaf5a2cfc0187cfdadfa282865181492ff11865fd', 'amz-sdk-invocation-id': b'710c68d3-cfcc-40d8-a431-cf79bd28d106', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:02 GMT', 'x-amzn-requestid': 'Oqz4UEhOG7OzPwSuVjfnvifGxI9qfLPJ50ff15hmYEdfjlmh3Vwz', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163002Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163002Z
20251111/us-east-1/s3/aws4_request
6e86633b8d0109324cfbbc0ba0f7ce05b4c468822989e16b5bd7865000cee52f
DEBUG    botocore.auth:auth.py:430 Signature:
ec0af97ca395cea8d5b3130789790e0e33f862e3aff18e28226b71b4ac124d30
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163002Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ec0af97ca395cea8d5b3130789790e0e33f862e3aff18e28226b71b4ac124d30', 'amz-sdk-invocation-id': b'07d9a268-01ee-42c7-afa3-75a06f1de554', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:02 GMT', 'x-amzn-requestid': 'fP9HahCkbfHWG5Afr7O07jUAh997fhxdf5YETlp8TMleePBSWqN5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 69e1daae-bc05-4dac-b1ed-2e4fd021a892, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 69e1daae-bc05-4dac-b1ed-2e4fd021a892, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 69e1daae-bc05-4dac-b1ed-2e4fd021a892, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2896f989-4907-4c0c-82dd-30c4eca6b655, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2896f989-4907-4c0c-82dd-30c4eca6b655, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 2896f989-4907-4c0c-82dd-30c4eca6b655, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}, '__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163004Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163004Z
20251111/us-east-1/s3/aws4_request
6aa758cc6197b948e724fb2e3689223b0748e05791fff57f3ba4b1f4366379bc
DEBUG    botocore.auth:auth.py:430 Signature:
8999e9640de3a114fb0a58fa420111db804b6c22d8c848b9582a275eadbf8ad0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163004Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8999e9640de3a114fb0a58fa420111db804b6c22d8c848b9582a275eadbf8ad0', 'amz-sdk-invocation-id': b'cc74484f-2190-40c2-a873-21458265335b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:04 GMT', 'x-amzn-requestid': 'Rr2pjaOSo7opxqYUsz4Itv8Vt7MXbYmBYdHsNaw11ezSZGVOLRQK', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163004Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163004Z
20251111/us-east-1/s3/aws4_request
c59bfc80a2d4b403f425aa3b19acbe5558211da92e621359e42243e03ae2ff65
DEBUG    botocore.auth:auth.py:430 Signature:
2d25a79935ab4c153a60d8e868b3de52e3c5352a60222c20bd97393137ec126e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163004Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2d25a79935ab4c153a60d8e868b3de52e3c5352a60222c20bd97393137ec126e', 'amz-sdk-invocation-id': b'930c7423-4e8c-4252-9bbe-83a72a7e314d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:04 GMT', 'x-amzn-requestid': 'TBv5UVcPHfn8hOGmhOzLRMCCOi7AWozt9lfyPEh6SteLdMoFMV5T', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163004Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163004Z
20251111/us-east-1/s3/aws4_request
78e1320439facad4cf6a125a741ff42aa2fd1927c8204a2867cfb2da169aab96
DEBUG    botocore.auth:auth.py:430 Signature:
bbfa5dd405d12ea90077c9db4fd2d1bffb6700be18876c8ab1b1cd80273bf0b8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163004Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bbfa5dd405d12ea90077c9db4fd2d1bffb6700be18876c8ab1b1cd80273bf0b8', 'amz-sdk-invocation-id': b'c45bc825-e3f3-4ef1-8913-a832d6fa7397', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:04 GMT', 'x-amzn-requestid': 'nA1630NNMlEiZ4tx2KJgoWHiVe3nyAcUCSM9Hg93r0Zn1cy8HPQ1', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ad171ec6-3050-43d2-8019-79459f0b3310, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ad171ec6-3050-43d2-8019-79459f0b3310, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, ad171ec6-3050-43d2-8019-79459f0b3310, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2988608e-f724-4c23-ab64-7e58bc8f8b28, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2988608e-f724-4c23-ab64-7e58bc8f8b28, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 2988608e-f724-4c23-ab64-7e58bc8f8b28, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}, '__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163006Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163006Z
20251111/us-east-1/s3/aws4_request
3d275094fc8d9176af01b761452b3f4c7eab3cbfe5a563ce85182cde4a6c5452
DEBUG    botocore.auth:auth.py:430 Signature:
56c921fc36173456efed25e280075caf03c08db449e3f9bfd0d2cd30fc5486b8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163006Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=56c921fc36173456efed25e280075caf03c08db449e3f9bfd0d2cd30fc5486b8', 'amz-sdk-invocation-id': b'8c7cb890-d4fe-4c45-9d04-035314a43303', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:06 GMT', 'x-amzn-requestid': 'gKW0uT3gJgfc72dHGSsW1c8LYI0gJ3yWiRUb19TXyxR00xjyBxwL', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163006Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163006Z
20251111/us-east-1/s3/aws4_request
47de35b7806c4b3e9966dc0c314e54909bb86822ac03fd5a125da9b6161eb95f
DEBUG    botocore.auth:auth.py:430 Signature:
fc0804148b686316ca23efe885a9cad7aba6ccc833b6da582b682d021f4e3f66
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163006Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fc0804148b686316ca23efe885a9cad7aba6ccc833b6da582b682d021f4e3f66', 'amz-sdk-invocation-id': b'11fbfe3c-618f-4973-ad93-fecce6c37a6f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:06 GMT', 'x-amzn-requestid': 'y5876jkactOeL2Y5duAMvWgmJ9GmjbZZEeiY4cO6szgHmAF840rl', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163006Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163006Z
20251111/us-east-1/s3/aws4_request
46842946da8e13ccbc3abcfe3d0121405b802e852615cb98b415f9a4e4600275
DEBUG    botocore.auth:auth.py:430 Signature:
2e6a01153e52bc95874eb4fa76f84cb56c09484bd7962086e67c0cb6474bd9f5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163006Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2e6a01153e52bc95874eb4fa76f84cb56c09484bd7962086e67c0cb6474bd9f5', 'amz-sdk-invocation-id': b'6f919576-1f05-4ce5-a350-a690a5ffd317', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:06 GMT', 'x-amzn-requestid': 'LXRhgufTJ1ljLbFrszfBgHTEVamIy3vBfXzHWZqj7RItbPIOJiOx', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ad0b28fe-c756-49e6-afeb-6866d0bf1e62, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ad0b28fe-c756-49e6-afeb-6866d0bf1e62, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, ad0b28fe-c756-49e6-afeb-6866d0bf1e62, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 381640ad-1123-482c-955d-33115b188e28, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 381640ad-1123-482c-955d-33115b188e28, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 381640ad-1123-482c-955d-33115b188e28, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}, '__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163008Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163008Z
20251111/us-east-1/s3/aws4_request
810f2668145a8c360e31eb2c447ffd18b1dcfc754b2c9e4d4d8f6c9b8a778956
DEBUG    botocore.auth:auth.py:430 Signature:
82f97101973599ee5a0e8c9a95aa127deecd001a699dcb9db664d32b2766d234
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163008Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=82f97101973599ee5a0e8c9a95aa127deecd001a699dcb9db664d32b2766d234', 'amz-sdk-invocation-id': b'fcf1cafc-a324-4b1b-a417-92b2c648ebf2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:09 GMT', 'x-amzn-requestid': 'dOYlaMaL0U0aVlJks6MfJJg6avQVf9XFfhnBZNxaodycrokiDiS3', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163009Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163009Z
20251111/us-east-1/s3/aws4_request
839535c257f3fa1f19e688a927e25b3b11305f6a9236619b2b05aabf37a0a241
DEBUG    botocore.auth:auth.py:430 Signature:
31a556e103641007c5f4415b3630d67d21af1e75e35cf288296981ba5e77507f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163009Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=31a556e103641007c5f4415b3630d67d21af1e75e35cf288296981ba5e77507f', 'amz-sdk-invocation-id': b'f367ee62-abac-489c-a78d-cb357b4b00aa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:09 GMT', 'x-amzn-requestid': 'WV7RHIoHgBAz8GYpjf8lvsPlrP8FxyhlyguDjjl9cPdJrdmPzsAX', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163009Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163009Z
20251111/us-east-1/s3/aws4_request
e28f0ba81ceb1f499edf1611659b3d876d46ac279f722bed081756cefdf6e0a7
DEBUG    botocore.auth:auth.py:430 Signature:
6472a7c023622ebf55633f11e45b6ef614c2bd47bb377e97efe2f0fce918f493
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163009Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6472a7c023622ebf55633f11e45b6ef614c2bd47bb377e97efe2f0fce918f493', 'amz-sdk-invocation-id': b'ee78bd53-97bf-455a-ac46-0017448a2fc3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:09 GMT', 'x-amzn-requestid': 'WQ59jm3w5hRiXgbeLEWxxxM07S2BpDtK04RgVkF84elBnbmiKQaJ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 22ee3982-3610-4364-8925-4797b76e6532, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 22ee3982-3610-4364-8925-4797b76e6532, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 22ee3982-3610-4364-8925-4797b76e6532, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 926909f2-52b2-4803-98ee-83097055a5e2, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 926909f2-52b2-4803-98ee-83097055a5e2, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 926909f2-52b2-4803-98ee-83097055a5e2, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}, '__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163012Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163012Z
20251111/us-east-1/s3/aws4_request
8d1b2c6a2cec370a046bef0535de5088e964c287e0f5a10cdd9cc2db95197b8a
DEBUG    botocore.auth:auth.py:430 Signature:
cbf0377fab04f983816f0c558222ff1d0cb106bc7bbeee0aa9fc45f94a9f47db
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163012Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cbf0377fab04f983816f0c558222ff1d0cb106bc7bbeee0aa9fc45f94a9f47db', 'amz-sdk-invocation-id': b'c4610bc4-e264-4587-969e-e5cadefc2f62', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:12 GMT', 'x-amzn-requestid': '4Wdyh1zngsfF2cr1bJlxB6Z7fvdFdMxSsdPSoR0LkiOQ9pFHYSDC', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163012Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163012Z
20251111/us-east-1/s3/aws4_request
21eebe5a16662264bb40737f97e9fc2c3113714d0ba5479cc39d85b4f25f6530
DEBUG    botocore.auth:auth.py:430 Signature:
2fef1ee5492ad2d81200920782904a28f0a65dcb699cc1ae562737c049ae1100
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163012Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2fef1ee5492ad2d81200920782904a28f0a65dcb699cc1ae562737c049ae1100', 'amz-sdk-invocation-id': b'1c7e7acb-f5de-499e-b6bc-6ed3e98863f0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:12 GMT', 'x-amzn-requestid': 'Nk7X9N7ejCjg2nSXVyLinVuWZREFHih2WW7MGh1rTrMTwXLmkJCZ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163012Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163012Z
20251111/us-east-1/s3/aws4_request
d1fb993d9c0c99930445add242a31aeb94626ad9295e30488d1edb73b180715b
DEBUG    botocore.auth:auth.py:430 Signature:
fb9db15148eb4866b066da38c48e3fcc41bd6841c2ae9c8f413b7bfdcccb26b0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163012Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fb9db15148eb4866b066da38c48e3fcc41bd6841c2ae9c8f413b7bfdcccb26b0', 'amz-sdk-invocation-id': b'677e7ddc-5233-4657-92f8-842cf31b1e5e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:13 GMT', 'x-amzn-requestid': 'MfiMpqdDuTRJVyG417M1LjW8vv8pAmIQXLiUxxdLucPARcr9fWCb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4d3772f9-f91b-4b66-99c0-d4aa51c5dfc2, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4d3772f9-f91b-4b66-99c0-d4aa51c5dfc2, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 4d3772f9-f91b-4b66-99c0-d4aa51c5dfc2, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e56db37d-c13c-44c0-ab5f-96300e3b129e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e56db37d-c13c-44c0-ab5f-96300e3b129e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, e56db37d-c13c-44c0-ab5f-96300e3b129e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}, '__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163015Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163015Z
20251111/us-east-1/s3/aws4_request
3a24a364bb03acfabb7c850311d7822244f91e0966f8c015223184e85e1e0440
DEBUG    botocore.auth:auth.py:430 Signature:
8fbf466b18a684bc855271292531ec8c89d333f1f925ac844cf42f6ca1a8e4ff
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163015Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8fbf466b18a684bc855271292531ec8c89d333f1f925ac844cf42f6ca1a8e4ff', 'amz-sdk-invocation-id': b'24aed19d-531f-4733-8749-a94b8b944a5e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:15 GMT', 'x-amzn-requestid': 'mFxb59igpYgfnTQ2eKU29aXmn77rW3Y1YNBucVPge5RcU9Kzi0o9', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163015Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163015Z
20251111/us-east-1/s3/aws4_request
c8a98f661eb2f0f40b05170d6c5c5abe9b1d8715bb8bf94afa6c4a220cc28539
DEBUG    botocore.auth:auth.py:430 Signature:
3a7f496b655cb72ff02f51e238cd498af4c919d0c89d6a2bd63db79463549c55
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163015Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3a7f496b655cb72ff02f51e238cd498af4c919d0c89d6a2bd63db79463549c55', 'amz-sdk-invocation-id': b'91f9870f-0243-437e-aede-4aaf736445c3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:16 GMT', 'x-amzn-requestid': 'QvcaobtXZMDhN50lcJriiQwGCMJLXx78b2ZL9ePjaNaNSMRaIFXs', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163016Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163016Z
20251111/us-east-1/s3/aws4_request
0f9a7b9f1e199f435f6b352a232a4f2a3525a720766008884f4f5f9ec1ae08ce
DEBUG    botocore.auth:auth.py:430 Signature:
03ce5dc596377a43cc37065e2a2940c8914a9b7e9412cc33a46575685cd190ce
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163016Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=03ce5dc596377a43cc37065e2a2940c8914a9b7e9412cc33a46575685cd190ce', 'amz-sdk-invocation-id': b'4c6788e5-b704-49c4-aba0-cca2c0560b7c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 16792
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:16 GMT', 'x-amzn-requestid': 'a54em8LkMD3FPb0MwVIaQxJijnu4nXETMA4qCwt8dJ57WuCIDNg3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '16792', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4a340bea-6ef0-4554-912b-27b7c3f4bf3c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4a340bea-6ef0-4554-912b-27b7c3f4bf3c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 4a340bea-6ef0-4554-912b-27b7c3f4bf3c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c55c6bf4-fb30-4e9a-9a03-06d8794fb945, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c55c6bf4-fb30-4e9a-9a03-06d8794fb945, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c55c6bf4-fb30-4e9a-9a03-06d8794fb945, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 148, 'Portions': 45, 'ActivePortions': 45}, '__DEFAULT': {'Rows': 99852, 'Portions': 200, 'ActivePortions': 200}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 45, 'BlobSize': 52040, 'BlobCount': 225}, '__DEFAULT': {'Portions': 200, 'BlobSize': 4512624, 'BlobCount': 1000}}, cold bucket stat: (0, 0), frozen bucket stat: (45, 52040)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163018Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163018Z
20251111/us-east-1/s3/aws4_request
3aaea1179a6d65b0dd520f5dd4730c76250e16f8a74a4b1d577a4df3fff95600
DEBUG    botocore.auth:auth.py:430 Signature:
fe4c4a7208bc2e732fb2ee23e5907d0f239ada7af5cda3cf8aece9ffd14bab4f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163018Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fe4c4a7208bc2e732fb2ee23e5907d0f239ada7af5cda3cf8aece9ffd14bab4f', 'amz-sdk-invocation-id': b'b9018cca-c018-4926-9f4b-bf6af4a1fd75', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:19 GMT', 'x-amzn-requestid': '4V3rTLI1Xd6ccIuFEEQKG4aliAqPhjx9RxWgLFbcMrv4CPSrSMmo', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163019Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163019Z
20251111/us-east-1/s3/aws4_request
3c77b91163977ff278535c6d4d12a8aab46a271b387effaa0a39086eb17edaff
DEBUG    botocore.auth:auth.py:430 Signature:
98563c4632f9175af9b870928bbe6e751cb90b0ff69fa43077669760a6cce281
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163019Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=98563c4632f9175af9b870928bbe6e751cb90b0ff69fa43077669760a6cce281', 'amz-sdk-invocation-id': b'b0946de8-99f5-447e-aa15-d4c3e22598e1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:20 GMT', 'x-amzn-requestid': 'EEzWHWHxntTGYlbB5crIwqnUEtNENKwub28M4fDQavtLx9mShXRS', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163020Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163020Z
20251111/us-east-1/s3/aws4_request
ea7e98bd0d2ec4ff250b4a1de0d69b27212f090b78f245c31d3c506965700bc4
DEBUG    botocore.auth:auth.py:430 Signature:
9fecc109260a32b3f288b0ef1c08d4d220e8c4260636c43ab69ce072e147e1f9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163020Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9fecc109260a32b3f288b0ef1c08d4d220e8c4260636c43ab69ce072e147e1f9', 'amz-sdk-invocation-id': b'b341a7de-b756-41d2-9c35-8e68b09aff26', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:20 GMT', 'x-amzn-requestid': 'vpqu3kYzx1Uj99rjlR0tgVdBO1VScKQiMKyP2bP9GWlnskPOLOnb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, edc758f1-e67b-41f8-824a-6dd20c6a886a, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, edc758f1-e67b-41f8-824a-6dd20c6a886a, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, edc758f1-e67b-41f8-824a-6dd20c6a886a, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3916b8c9-6fee-4a1b-8a19-46b745b5b5d4, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3916b8c9-6fee-4a1b-8a19-46b745b5b5d4, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 3916b8c9-6fee-4a1b-8a19-46b745b5b5d4, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163023Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163023Z
20251111/us-east-1/s3/aws4_request
7c9755dd21435a03a370eaa20f599d7c7fb5c2192c4af8bcefa96a57ce1fec23
DEBUG    botocore.auth:auth.py:430 Signature:
ebcd038feb5015adf451e972fbb06cfbe8440bd61b0df8355a41cfd9d0e713a5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163023Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ebcd038feb5015adf451e972fbb06cfbe8440bd61b0df8355a41cfd9d0e713a5', 'amz-sdk-invocation-id': b'1494d435-16c6-42fd-b2fa-ad22e30f5409', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:23 GMT', 'x-amzn-requestid': 'yYqdy12jOCHPgkhIPnFi5Zn4vYbVsitJonivsujQ6pX3lipaFtFp', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163023Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163023Z
20251111/us-east-1/s3/aws4_request
dc1e3cb80b549c3f6d77295d88caf5208c9e87eef597651a416a6216789e27c9
DEBUG    botocore.auth:auth.py:430 Signature:
780996436901fe2d482dc66719402422dc21e4428415a78e5b0211097f6592bf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163023Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=780996436901fe2d482dc66719402422dc21e4428415a78e5b0211097f6592bf', 'amz-sdk-invocation-id': b'dbfef194-2819-47a2-b8bb-73a65544db55', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:23 GMT', 'x-amzn-requestid': 'PV0TukjyeH679MaQHeIRNSBTnZqlhgcurv7LIa5izp2rLkjWToNA', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163023Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163023Z
20251111/us-east-1/s3/aws4_request
e534264d771d1345f49d7c2fc1f2b8d1a30505aad8cd95f78fb3479ed7c322da
DEBUG    botocore.auth:auth.py:430 Signature:
fcdf91534532af118fd047e72aaa523817f211da4b67b74dc95aa2e2af6cf7ad
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163023Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fcdf91534532af118fd047e72aaa523817f211da4b67b74dc95aa2e2af6cf7ad', 'amz-sdk-invocation-id': b'e66e7d1a-a8ad-4749-a81e-3dd45618bffe', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:23 GMT', 'x-amzn-requestid': 'bvXa5EUV11FZpuEUhP7m0qWP3TAP45Wt5bHsOnvyuuuARUp8pVZ7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 50565947-fa75-460f-9b54-9a2b6fdccc8c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 50565947-fa75-460f-9b54-9a2b6fdccc8c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 50565947-fa75-460f-9b54-9a2b6fdccc8c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eca04a9f-fd15-4d96-93c2-9c0f97809918, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eca04a9f-fd15-4d96-93c2-9c0f97809918, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, eca04a9f-fd15-4d96-93c2-9c0f97809918, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163026Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163026Z
20251111/us-east-1/s3/aws4_request
436f9a9c93e2103871fa422f9dbdecba1a8ffe2cf07d18dcbb377851cb4069e1
DEBUG    botocore.auth:auth.py:430 Signature:
7cf2acb812f4807b9aeefe872e7755e518f8736c1f5fdfb3d9192c81b5dc85b2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163026Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7cf2acb812f4807b9aeefe872e7755e518f8736c1f5fdfb3d9192c81b5dc85b2', 'amz-sdk-invocation-id': b'06bdfbd3-4683-4375-9854-a847ec150ae5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:26 GMT', 'x-amzn-requestid': 'OTkzZ9fWvj5QosM6KypQMFega7FZUp3LnoiSJym6cXR9OV5CJdVD', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163026Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163026Z
20251111/us-east-1/s3/aws4_request
e60cef828122ca38dfbe61ba07bc08c7689996ed79671c95bbe05ae094ffe780
DEBUG    botocore.auth:auth.py:430 Signature:
021699db2492a98a32f9560c52cf11581fd12b2046442ae4ba3655a1ed0ee31c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163026Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=021699db2492a98a32f9560c52cf11581fd12b2046442ae4ba3655a1ed0ee31c', 'amz-sdk-invocation-id': b'56c79bf6-ca0d-40a6-ad82-0b8ecee197c8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:26 GMT', 'x-amzn-requestid': '7vBvhx9KSWC0AWwP2smMDpO5rVEftYPueapiJrRLCHvfv2vbuGyF', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163026Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163026Z
20251111/us-east-1/s3/aws4_request
12d0c2d1633175ce3859284b0e0b1b6acb5ac495780dd8ec8bf30eb38a0cd46b
DEBUG    botocore.auth:auth.py:430 Signature:
ba5a2831e6788e7f292dafb33db8c7ceb60abc8fa8b53ab5570fb1a91989b1b9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163026Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ba5a2831e6788e7f292dafb33db8c7ceb60abc8fa8b53ab5570fb1a91989b1b9', 'amz-sdk-invocation-id': b'29714d86-e6b9-439c-8823-2f68496766c6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:26 GMT', 'x-amzn-requestid': 'AzemzfjYZ7leX1mtO2zf4BJFZiqFhgWzklhj4u7j6eaphmCYYzcF', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9e643d33-1e8c-45b4-bc4b-73a2dc2bbe2f, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9e643d33-1e8c-45b4-bc4b-73a2dc2bbe2f, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 9e643d33-1e8c-45b4-bc4b-73a2dc2bbe2f, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3559c040-758a-4aea-a183-c0f55033583b, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3559c040-758a-4aea-a183-c0f55033583b, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 3559c040-758a-4aea-a183-c0f55033583b, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163029Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163029Z
20251111/us-east-1/s3/aws4_request
406e3309ac79911e83cdf396a337db9c8657de08da5583d9479fe7fdc2808b84
DEBUG    botocore.auth:auth.py:430 Signature:
0a88987ad5dfd055afa7604bb9a982dbcd36ab4049c82dd9b6957a41a418373e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163029Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0a88987ad5dfd055afa7604bb9a982dbcd36ab4049c82dd9b6957a41a418373e', 'amz-sdk-invocation-id': b'eab37607-2275-4f1b-a041-d4a8dc9ee67a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:29 GMT', 'x-amzn-requestid': 'gwqhBKCVOCbdJcZytzJqWPD0CkECzaAivrOQOMuVZzC5JbDEou2U', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163029Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163029Z
20251111/us-east-1/s3/aws4_request
962500366f47de90bc108cd43b9b65ef06d29852baf6ebd8b3833fbfe79e2cc8
DEBUG    botocore.auth:auth.py:430 Signature:
b90a74d6618bfc0042e62581f011a40ee59ea9d19cfc3d7222492641b41ba499
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163029Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b90a74d6618bfc0042e62581f011a40ee59ea9d19cfc3d7222492641b41ba499', 'amz-sdk-invocation-id': b'2ef7a9c4-9fee-41a8-ab1d-711d57ca5a2d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:29 GMT', 'x-amzn-requestid': 'TokT5PJ5pNh0T3KThPYEgCNY09q7ypkH1PsYGuSYSnJJO4LTmL43', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163030Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163030Z
20251111/us-east-1/s3/aws4_request
6a9792a386a1d25abe519f1bf63d09d8ec5a1e0f8b17eca3f80c730f697c0ba3
DEBUG    botocore.auth:auth.py:430 Signature:
fe28474670739c5f7f83bd2d224881bb243e7f16c4f27a0c1cb92473d2ccaea1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163030Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fe28474670739c5f7f83bd2d224881bb243e7f16c4f27a0c1cb92473d2ccaea1', 'amz-sdk-invocation-id': b'c9be90a1-3bad-47b9-b13c-e08585454ec8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:30 GMT', 'x-amzn-requestid': 'A3E5J1fzidXLAmesJGzhmyrUQj8BjCroVWVgHEZMFG1kGr6fqyYu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d6ee148a-7f47-447d-9fdd-c7a88ced9865, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d6ee148a-7f47-447d-9fdd-c7a88ced9865, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d6ee148a-7f47-447d-9fdd-c7a88ced9865, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e5b2db84-1f92-48bc-b63b-1897acc456cb, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e5b2db84-1f92-48bc-b63b-1897acc456cb, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, e5b2db84-1f92-48bc-b63b-1897acc456cb, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163032Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163032Z
20251111/us-east-1/s3/aws4_request
996aa8a0f31ece0a8a5ee15aa636f3a01bb1af401dac2b200cb9735ceeb1b9ec
DEBUG    botocore.auth:auth.py:430 Signature:
82b8ea5aaf321c0c58d7c36d2f1bc083714a7a5b5aa7a18c5e4c1b97fd6ee0ae
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163032Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=82b8ea5aaf321c0c58d7c36d2f1bc083714a7a5b5aa7a18c5e4c1b97fd6ee0ae', 'amz-sdk-invocation-id': b'a7dbe5dd-79ed-48df-9b1a-2ae5b467f377', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:32 GMT', 'x-amzn-requestid': 'qCaQ0lYWFYsFLLvlNVIIuNOrOMmwOjgXKIthGq4GBuSzJJKlezYp', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163032Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163032Z
20251111/us-east-1/s3/aws4_request
fb73ab21061fff153e753e350609cd4c1de3de9fb351f730a85b0478758bdfa6
DEBUG    botocore.auth:auth.py:430 Signature:
1a5d2619b79a9d01e4a7b44fa28312bf4babf69de461d7d5abc3270e90c91557
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163032Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1a5d2619b79a9d01e4a7b44fa28312bf4babf69de461d7d5abc3270e90c91557', 'amz-sdk-invocation-id': b'833e4da2-f5cf-4a89-b2cd-46b6a8d69e4a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:32 GMT', 'x-amzn-requestid': 'eXmOIFeV8VwkJgdlbKDDGADateyfXJPcYsFC7KFUKsF8wkIk2US7', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163033Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163033Z
20251111/us-east-1/s3/aws4_request
22d3f7c9214dcb345e0ffd4ecfe4254dc0c3031e44385ca5faed0116a57eb117
DEBUG    botocore.auth:auth.py:430 Signature:
1f75f09979de1f062aabc4fa5561e8cea87255bc422044d84b2ba5dc948d3a89
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163033Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1f75f09979de1f062aabc4fa5561e8cea87255bc422044d84b2ba5dc948d3a89', 'amz-sdk-invocation-id': b'69646ab1-54fd-44e0-8515-4c9b24211dd3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:33 GMT', 'x-amzn-requestid': 'ERSfRWn3CtGlUg8Dmq7gzRiEFXhGMn7yWOcYTCYInhxuw2XTmWC3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, da9b6624-d82d-4ccf-afc3-d4c75e045e60, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, da9b6624-d82d-4ccf-afc3-d4c75e045e60, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, da9b6624-d82d-4ccf-afc3-d4c75e045e60, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e0695e78-8fb0-4dc8-8d4b-784aa929a8bd, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e0695e78-8fb0-4dc8-8d4b-784aa929a8bd, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, e0695e78-8fb0-4dc8-8d4b-784aa929a8bd, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163035Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163035Z
20251111/us-east-1/s3/aws4_request
f309c0f336f213bfdb4fa66e1f32b1bb3cb3d21003d30a7e72d74ce85178ee62
DEBUG    botocore.auth:auth.py:430 Signature:
51ed87f24ae0278ed0b28c87478e29e06b640749bd136efb48cff894af3f4d15
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163035Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=51ed87f24ae0278ed0b28c87478e29e06b640749bd136efb48cff894af3f4d15', 'amz-sdk-invocation-id': b'aa0f5f27-4d9b-4a9d-8beb-d03275956157', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:35 GMT', 'x-amzn-requestid': 'Zm21CSp9QdmfuxIKBeFG9TngPmIPE1xp8QUjcZLl83CW4zliZiLd', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163035Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163035Z
20251111/us-east-1/s3/aws4_request
0a9977b790d767541bf534c6545ec3b70643dc9e42292cd9af992e7ec2b8172d
DEBUG    botocore.auth:auth.py:430 Signature:
741449a1029c177ff4655cac17a995539fb5387751e38c5f244cd1d7d6d5b063
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163035Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=741449a1029c177ff4655cac17a995539fb5387751e38c5f244cd1d7d6d5b063', 'amz-sdk-invocation-id': b'34f59018-a530-43e8-a937-78f5f9fd995c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:35 GMT', 'x-amzn-requestid': 'C4h3yFCV4dWQ11m0rmIPNmN4AM3t69mQU1kJcZDyxhSjjyWE7hsc', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163035Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163035Z
20251111/us-east-1/s3/aws4_request
1fa5c498f0a56b3e4db8e52e9f73559016dcffdc41047c40ed34378a65c296e3
DEBUG    botocore.auth:auth.py:430 Signature:
b76c0dde4d6b1a7af385e183c02f9096cae868da9e4bd4e8adb4e2ea0f9c6a2b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163035Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b76c0dde4d6b1a7af385e183c02f9096cae868da9e4bd4e8adb4e2ea0f9c6a2b', 'amz-sdk-invocation-id': b'94b4fce1-038e-49f0-8bb3-a0121374e1f9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:36 GMT', 'x-amzn-requestid': 'WoXIQKtC3pQgOeEkDdjRFrOizwVmE0Pkp9Gec9PofpkJkP75rPJm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents></ListBucketResult>'
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, 416ef90e-1915-4a37-a9db-ece13981d46b, localhost:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 416ef90e-1915-4a37-a9db-ece13981d46b, localhost:6475): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 416ef90e-1915-4a37-a9db-ece13981d46b, localhost:6475): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-eb3j45nagm.auto.internal" port: 6475 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-eb3j45nagm.auto.internal:6475, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:6475
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <botocore.retryhandler.RetryHandler object at 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5c0280e9-834f-4d85-9bdd-176ab45ef66f, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5c0280e9-834f-4d85-9bdd-176ab45ef66f, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5c0280e9-834f-4d85-9bdd-176ab45ef66f, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 05384e25-c56b-4fc1-a864-861efab1fd6e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 05384e25-c56b-4fc1-a864-861efab1fd6e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 05384e25-c56b-4fc1-a864-861efab1fd6e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163038Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163038Z
20251111/us-east-1/s3/aws4_request
3710264bb52d87a25ea5f4f48cc2a249a9ca3bda242476126d25b874e1f2c4ee
DEBUG    botocore.auth:auth.py:430 Signature:
a27997bb58092e897c7bae313e2f3323dda3d7159f162f25721f8c5fa267e00a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163038Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a27997bb58092e897c7bae313e2f3323dda3d7159f162f25721f8c5fa267e00a', 'amz-sdk-invocation-id': b'82fe8c98-9aef-4420-8a26-8cf13d2c988c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:38 GMT', 'x-amzn-requestid': 'WmoF6XSfTFVcvjTUJhzXXKujS5fIRy25ypSRo1yUarqi8e6LyCts', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163038Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163038Z
20251111/us-east-1/s3/aws4_request
ab7dafb5d4d9e7449406dcff58742b60772d50896932583aadfb97fee6187aa3
DEBUG    botocore.auth:auth.py:430 Signature:
ea6b57425302cae6827a87951beadcffb90b5312aec1d916a710ccc27a5167fb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163038Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ea6b57425302cae6827a87951beadcffb90b5312aec1d916a710ccc27a5167fb', 'amz-sdk-invocation-id': b'ca724b4a-8764-4d7f-b228-de9a8d1e5a3f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:38 GMT', 'x-amzn-requestid': 'X5orF53oHRlwNy8o1WeYYg02dpF2zS5GT2Q1NlOgbFffmDVVcwsR', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163038Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163038Z
20251111/us-east-1/s3/aws4_request
8e7ba0823f1bd1543e25568df767aec3d4afd5daa8cff6616dcbb8ee7a6b6586
DEBUG    botocore.auth:auth.py:430 Signature:
0480b9ddde94d1ef4d027367a5a8d6a291fe6973e1495c3f5d3d45e73490063d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163038Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0480b9ddde94d1ef4d027367a5a8d6a291fe6973e1495c3f5d3d45e73490063d', 'amz-sdk-invocation-id': b'31792c99-5932-40fc-bf80-c92d6c721399', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:38 GMT', 'x-amzn-requestid': 'hBo2pOdRcXwRVYiqp5KaXQuGjdrakZqtaVDgYCfr5nN8SxnoHeuu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 03170345-bb49-4d62-87f4-bdf51d1187a5, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 03170345-bb49-4d62-87f4-bdf51d1187a5, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 03170345-bb49-4d62-87f4-bdf51d1187a5, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 48497f1d-08c3-4214-b860-13aab3b25c43, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 48497f1d-08c3-4214-b860-13aab3b25c43, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 48497f1d-08c3-4214-b860-13aab3b25c43, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163040Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163040Z
20251111/us-east-1/s3/aws4_request
7788ffcd6e553ecc4d574f982eb3cc1a1dab905e49fc8d1c024e7bcdc3aee5d9
DEBUG    botocore.auth:auth.py:430 Signature:
7849622ada4f85a5561dbf144e502cfad15c610c8c39882acb78edec2f7e37fa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163040Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7849622ada4f85a5561dbf144e502cfad15c610c8c39882acb78edec2f7e37fa', 'amz-sdk-invocation-id': b'e7407df8-fb89-4d08-ad21-7cf3be95d659', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:40 GMT', 'x-amzn-requestid': 'DDoy9ddWjXnafYFoKu3uW6SwGnt3Tx4ITGh53J0F3TIsoWmbtpu5', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163040Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163040Z
20251111/us-east-1/s3/aws4_request
9b61febed1b932774593962c93beedde5fd0bc11cc388966c2862a53ea25fd03
DEBUG    botocore.auth:auth.py:430 Signature:
0a983699621de7c43fd707ad8325e31cd96c7292a9674317b3c7ea52ef2975c4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163040Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0a983699621de7c43fd707ad8325e31cd96c7292a9674317b3c7ea52ef2975c4', 'amz-sdk-invocation-id': b'66c5f450-8520-4351-be50-9afa6cd9de66', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:40 GMT', 'x-amzn-requestid': 'ZC3F58cXRMJLrSUbFFApGGsjx4DN0aubF1iCIny3HnsZlYJ1tFUw', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163041Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163041Z
20251111/us-east-1/s3/aws4_request
95af1fb6f94e0dabf81e688e4c7f2a35aa7b61c28a0105bacf532875edd073c7
DEBUG    botocore.auth:auth.py:430 Signature:
c595f78bac49f36f29b671292b943f71d283676f03ac10d61fa49ffd33965de8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163041Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c595f78bac49f36f29b671292b943f71d283676f03ac10d61fa49ffd33965de8', 'amz-sdk-invocation-id': b'5414e7d0-3c93-4b53-b7db-a8acac1ca898', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:41 GMT', 'x-amzn-requestid': 'j2S2CBvxTYQOtmirSKzDvKqq0W5Q8zw2PnSvzLuhjMdXRFivEpmi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9317878a-a76b-41a6-be96-0e4afb72ad08, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9317878a-a76b-41a6-be96-0e4afb72ad08, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 9317878a-a76b-41a6-be96-0e4afb72ad08, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 56873e65-e8e5-4196-b6e6-c157c6e21968, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 56873e65-e8e5-4196-b6e6-c157c6e21968, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 56873e65-e8e5-4196-b6e6-c157c6e21968, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163043Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163043Z
20251111/us-east-1/s3/aws4_request
623a138a6ac519559fc7f6da4185415e50f76ae5f66e28472e2e32b7fb2592de
DEBUG    botocore.auth:auth.py:430 Signature:
95b814c65d51a9ad30f9eafda35801189ce8fe9fd5bb73881b19b613bf276f8a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163043Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=95b814c65d51a9ad30f9eafda35801189ce8fe9fd5bb73881b19b613bf276f8a', 'amz-sdk-invocation-id': b'95f57789-d85a-4c46-9648-69dcc8d12644', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:43 GMT', 'x-amzn-requestid': '8KLhC15lgO1R38wSyVXwa3RlhQ0JlFq0R09ytJEhdzjZHIUL3yh1', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163043Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163043Z
20251111/us-east-1/s3/aws4_request
3a3f3df4bb9969d886f1b2b671790e19a4ed43840dd233a2539b615a16ab8174
DEBUG    botocore.auth:auth.py:430 Signature:
de45df38a50f93d29cc9157309d71cfb3a450daef82c6d5edc01cbcbf12470d0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163043Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=de45df38a50f93d29cc9157309d71cfb3a450daef82c6d5edc01cbcbf12470d0', 'amz-sdk-invocation-id': b'2eb22c66-db26-4cc1-a999-3b82fd504c27', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:43 GMT', 'x-amzn-requestid': 'GSYeOyQrXFkL3q55JfbffY9vJyPDCQIvCTmZoGLgRr0RywsrR7Gd', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163043Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163043Z
20251111/us-east-1/s3/aws4_request
b661d03ee9f315b86af66dba2b8180e4e2c06d204336a1acf8c339c9223f44b3
DEBUG    botocore.auth:auth.py:430 Signature:
47f10d6708f6576c2b196fee50482a4bfeb3902af134f96183db567b32f9ea06
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163043Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=47f10d6708f6576c2b196fee50482a4bfeb3902af134f96183db567b32f9ea06', 'amz-sdk-invocation-id': b'f12ad312-50f9-46fc-aaf0-8e9850c131bd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:43 GMT', 'x-amzn-requestid': '8cEjQD9kEcMp852HUuHv0dIpp4JJ18kmuRaZulHbHvIDQbQ4t4uv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c3677dd8-5050-41fb-a2ab-060eb81a0cf8, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c3677dd8-5050-41fb-a2ab-060eb81a0cf8, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c3677dd8-5050-41fb-a2ab-060eb81a0cf8, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9513df57-db9a-4d2a-a4fd-aa409454a0ed, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9513df57-db9a-4d2a-a4fd-aa409454a0ed, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 9513df57-db9a-4d2a-a4fd-aa409454a0ed, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163045Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163045Z
20251111/us-east-1/s3/aws4_request
e44fefb42f1a415e0d1acbb11f6b8ffb4f84a79d065f00ba986a5807517c2792
DEBUG    botocore.auth:auth.py:430 Signature:
b5064da9a5e49c83ffd8564b287c627f0ffdb695892223a49493f8c402ab6d68
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163045Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b5064da9a5e49c83ffd8564b287c627f0ffdb695892223a49493f8c402ab6d68', 'amz-sdk-invocation-id': b'a1c4a1bd-29f7-442f-a520-714606ab7a27', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:45 GMT', 'x-amzn-requestid': 'qx9hz2aSwOlZaj765cPfddrPDjd3GebHzPt3199MzvPMD41KC3RG', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163045Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163045Z
20251111/us-east-1/s3/aws4_request
8cae51a828a50b32639a5b1745dedd1b0f0035bebc24f52b9c4f54f8f3453f1a
DEBUG    botocore.auth:auth.py:430 Signature:
91fdb365f928f25a631ea70b14217ca926696b4e8aa8c5e5b757b677686d083c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163045Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=91fdb365f928f25a631ea70b14217ca926696b4e8aa8c5e5b757b677686d083c', 'amz-sdk-invocation-id': b'469e40d7-cd44-4851-9ecc-7fa5d9e68cb2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:46 GMT', 'x-amzn-requestid': '44dn39Xb6hObcoelLExROS9LATrAQL8xaZjn78iM2ulrXk9WcjCq', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163046Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163046Z
20251111/us-east-1/s3/aws4_request
9a61bb41690ccd8dc79f6ee83e4f0b1161a1ffcc5ca19b2feae8d49dc1d1bfc6
DEBUG    botocore.auth:auth.py:430 Signature:
135beaf116db6bd73ae13f2e5eeb76cb0c3080948bdf9a4940651ae0d12ffcd8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163046Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=135beaf116db6bd73ae13f2e5eeb76cb0c3080948bdf9a4940651ae0d12ffcd8', 'amz-sdk-invocation-id': b'4a2fd11d-e3ed-41ec-8a74-4fcdabfd1692', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:46 GMT', 'x-amzn-requestid': 'lhvo8vAwJO89GzTyeq98bELYMmUCPCqAYlf420rzxFSIYzSfxOTI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2bf76dae-e921-442b-89ef-2941ad320019, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2bf76dae-e921-442b-89ef-2941ad320019, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 2bf76dae-e921-442b-89ef-2941ad320019, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7f73117f-6086-4db3-b536-b10fda8d1c70, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7f73117f-6086-4db3-b536-b10fda8d1c70, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 7f73117f-6086-4db3-b536-b10fda8d1c70, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163049Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163049Z
20251111/us-east-1/s3/aws4_request
ffb17f519c3d9af7b9ca8732aeba6700dc50e348e6c5e03ced8473167c01705b
DEBUG    botocore.auth:auth.py:430 Signature:
18a0d03d97dc979a074b49028eade5a3db0d5b86a5f5458af6a8741166aec6a9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163049Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=18a0d03d97dc979a074b49028eade5a3db0d5b86a5f5458af6a8741166aec6a9', 'amz-sdk-invocation-id': b'2a9085e2-6142-4c79-9ef5-5396d63a08a4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:49 GMT', 'x-amzn-requestid': '0t7VYyWWOBKI9alu3t2cBQvA6okvEF3XRY1o4yIpIFBEX8mlflAa', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163049Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163049Z
20251111/us-east-1/s3/aws4_request
755dc93ede7308a18931e0ed4b1d188f59abee2ebb6ef833d2353f6576bf45f7
DEBUG    botocore.auth:auth.py:430 Signature:
7921662721891ae176efde0abd7e47c546dcdf7f344012d0e936dd89d8c7a177
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163049Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7921662721891ae176efde0abd7e47c546dcdf7f344012d0e936dd89d8c7a177', 'amz-sdk-invocation-id': b'138810b8-a9c1-455b-8844-897e93207ac2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:49 GMT', 'x-amzn-requestid': 'Z7Op1t6bhNHa1wxXldtk1H3IOVyap9ROlun4LHGC03ua0OAAFhEY', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163049Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163049Z
20251111/us-east-1/s3/aws4_request
574290fe52a58bc9f60c0e0df1d4a380f9235d36c25ab9e933ed1d1ba566ceae
DEBUG    botocore.auth:auth.py:430 Signature:
3e31039ea9c3f827781d2f12f7ae5bf5c8b6ad7e70cacfa1591dccbd48d338a0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163049Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3e31039ea9c3f827781d2f12f7ae5bf5c8b6ad7e70cacfa1591dccbd48d338a0', 'amz-sdk-invocation-id': b'd96da5c3-91f0-4ab9-846d-4b373566b6ee', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:49 GMT', 'x-amzn-requestid': 'Ko9KHLIta6vZFxTnKftAckE1VToqq9vbYY7G6qk5dktGDNEEi6Yr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3600d695-7916-48e9-84f2-42cb8bc8156f, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3600d695-7916-48e9-84f2-42cb8bc8156f, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 3600d695-7916-48e9-84f2-42cb8bc8156f, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 02cb3822-d294-41b2-a7ac-43402845fa68, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 02cb3822-d294-41b2-a7ac-43402845fa68, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 02cb3822-d294-41b2-a7ac-43402845fa68, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163051Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163051Z
20251111/us-east-1/s3/aws4_request
8aefe6764113f1382af18491c83a20884199c9872c86352029ff8b314cbf8c1b
DEBUG    botocore.auth:auth.py:430 Signature:
64cbd89e991b700b2824bdfc408aef4c36d4cbcb01a936bbc89b5f6ebd3fe58a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163051Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=64cbd89e991b700b2824bdfc408aef4c36d4cbcb01a936bbc89b5f6ebd3fe58a', 'amz-sdk-invocation-id': b'7d4c368a-6d4b-474b-b14d-95bdc47f7e89', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:51 GMT', 'x-amzn-requestid': '3UXMuwQW13maZ4cstIiRtilWXVddzYaXx569AQSeRCcqjxI5F5PD', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163051Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163051Z
20251111/us-east-1/s3/aws4_request
7a1ccdc4aaad7c8f142d8572488a0f2242591364e215183c382e47610e058d23
DEBUG    botocore.auth:auth.py:430 Signature:
fd3b28058e8534eeae8dfc3dce9e266a198c5e91d32bc372ea0eb1f47b0bb2b8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163051Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fd3b28058e8534eeae8dfc3dce9e266a198c5e91d32bc372ea0eb1f47b0bb2b8', 'amz-sdk-invocation-id': b'4e0bf87d-a59e-4a2b-a59d-7747a0b60807', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:51 GMT', 'x-amzn-requestid': 'XBuFo5FcIbF4VgXOMLt2tUvUNo9tJJl7qVxhIAn8tzZazRF2lJbX', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163051Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163051Z
20251111/us-east-1/s3/aws4_request
e40163764203dfab6aa7c0298553ee27418f023a86e72cd74000a8dca32a48a8
DEBUG    botocore.auth:auth.py:430 Signature:
79d95ed0ccda183363a60b648c4c9a4d59acd1c8159a2030066ab0952f981d98
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163051Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=79d95ed0ccda183363a60b648c4c9a4d59acd1c8159a2030066ab0952f981d98', 'amz-sdk-invocation-id': b'ac120002-169a-44c8-afff-1832b0a09f83', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:51 GMT', 'x-amzn-requestid': 'fZBOWnSQpi7KjC3SopgKeRoidnQjyn0zUbBN1tmhryqWKNbLuRBa', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5a8b53dd-883b-4a13-98c5-d64973a559af, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5a8b53dd-883b-4a13-98c5-d64973a559af, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5a8b53dd-883b-4a13-98c5-d64973a559af, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 68d78e2f-b4ce-42a1-876d-a505fded9a39, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 68d78e2f-b4ce-42a1-876d-a505fded9a39, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 68d78e2f-b4ce-42a1-876d-a505fded9a39, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163053Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163053Z
20251111/us-east-1/s3/aws4_request
36b879ec4606d5a50b23d56f71964efd7587a23b283aa031e7a2b8e37f857184
DEBUG    botocore.auth:auth.py:430 Signature:
22f82ede22b3c251ca5e3c2441d9d2b823b789cb7591483f5ef3c515366e8119
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163053Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=22f82ede22b3c251ca5e3c2441d9d2b823b789cb7591483f5ef3c515366e8119', 'amz-sdk-invocation-id': b'c8ced779-93b3-4d7c-9b65-2f1076b24b47', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:53 GMT', 'x-amzn-requestid': 'JGxYc89GGxcBPYiukEyTBadIxI76nf3OGAuCAutFb1yt4WZ05tXt', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163053Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163053Z
20251111/us-east-1/s3/aws4_request
33fc86058e7cb56704dd2f6a2a30c79e12739b680bf945ef4955e1554ef8a390
DEBUG    botocore.auth:auth.py:430 Signature:
d2d6ff31b125f849b12712dec2aaef35811dd32af008ec1fbbf6a7dd278f0dcd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163053Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d2d6ff31b125f849b12712dec2aaef35811dd32af008ec1fbbf6a7dd278f0dcd', 'amz-sdk-invocation-id': b'17df368c-7229-4762-9834-8cb48ad96ec6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:53 GMT', 'x-amzn-requestid': 'ZaAbmvc9CsgbVgRrzynBGONf8aUxXxd1fzMxP88a1UhepGLL5XT0', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163053Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163053Z
20251111/us-east-1/s3/aws4_request
452e5f67fd1d642fc90ea03cdd910f52245113118525732b3c0ae8dd4a5f1c5c
DEBUG    botocore.auth:auth.py:430 Signature:
6209952d0ba66408ed3d183e5f020e9ecacf8b72dd01cd8767e83319b736b8a8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163053Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6209952d0ba66408ed3d183e5f020e9ecacf8b72dd01cd8767e83319b736b8a8', 'amz-sdk-invocation-id': b'6220a821-c7be-4c43-a70a-a726a30cd003', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:53 GMT', 'x-amzn-requestid': 'ygS1L1BXFcmKLK1KMa9PRdYrcIpEejcSkIHpodmzOLfwlkE1QhrA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2a6e07b7-5686-47dd-8387-5767f0c17b11, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2a6e07b7-5686-47dd-8387-5767f0c17b11, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 2a6e07b7-5686-47dd-8387-5767f0c17b11, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c38b0a00-3404-40cd-9b22-24039bd71ad9, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c38b0a00-3404-40cd-9b22-24039bd71ad9, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c38b0a00-3404-40cd-9b22-24039bd71ad9, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163055Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163055Z
20251111/us-east-1/s3/aws4_request
6fcc99516ab40ddaa2a29c4f839ae671380ac6950c3ef0ba51b162379526f665
DEBUG    botocore.auth:auth.py:430 Signature:
f7806b21c11c0452825c2c1c8c975ab8226c2b36c26601167e4aa89ce638822d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163055Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f7806b21c11c0452825c2c1c8c975ab8226c2b36c26601167e4aa89ce638822d', 'amz-sdk-invocation-id': b'499be8b8-7137-4fba-85a4-e7f8c28b50d1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:55 GMT', 'x-amzn-requestid': 'JpvT7xGDlAgkhGKVktpXodd4Zc19oGh6cW3SyuykxGGklmIvKbqm', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163055Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163055Z
20251111/us-east-1/s3/aws4_request
c8da79dfdc92c5fdfa6eb2f6b61cc01a7bfe5d1dee19c308729a64c90d3b5ff7
DEBUG    botocore.auth:auth.py:430 Signature:
9cb9608ca13226b3ba9dee4d9e1d468d0d6d77ae8652909979b965a8463527f4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163055Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9cb9608ca13226b3ba9dee4d9e1d468d0d6d77ae8652909979b965a8463527f4', 'amz-sdk-invocation-id': b'bea5822b-06d4-42ae-b929-406f7201cb4d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:55 GMT', 'x-amzn-requestid': 'tEArJZq2bWYHfQcRlGhZQ9h8e1dKdPPF68tb9PvUY1Yfez8cMkpw', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163055Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163055Z
20251111/us-east-1/s3/aws4_request
c0eeab07baa2f7642bede6a280613d08ae72da54a9ebc739ef091a7e8163c722
DEBUG    botocore.auth:auth.py:430 Signature:
7e28ff58156751f5d895546473861a994219657989d064fb37dae435677abeb7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163055Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7e28ff58156751f5d895546473861a994219657989d064fb37dae435677abeb7', 'amz-sdk-invocation-id': b'f1d125b6-ccce-4723-9936-bf9442055745', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:55 GMT', 'x-amzn-requestid': '1DgcKSEpw5QPujjTFB5zgoPl49vlDu6QTvwe3IZQO9vbZt8Wkokz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5ef6a1e2-68dc-47fe-9087-d04a81c0c420, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5ef6a1e2-68dc-47fe-9087-d04a81c0c420, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5ef6a1e2-68dc-47fe-9087-d04a81c0c420, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5ab7f5d8-702d-492c-877a-0ea2e70754c9, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5ab7f5d8-702d-492c-877a-0ea2e70754c9, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5ab7f5d8-702d-492c-877a-0ea2e70754c9, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163058Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163058Z
20251111/us-east-1/s3/aws4_request
f7fba9854857148920be5c26db59f2c11420ecf19d8b6022f7046307458ada91
DEBUG    botocore.auth:auth.py:430 Signature:
115fb9ca66392a4f5a62f41ffde1aeee4ad44e96f58b87e1d2d3cc562ada5a94
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163058Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=115fb9ca66392a4f5a62f41ffde1aeee4ad44e96f58b87e1d2d3cc562ada5a94', 'amz-sdk-invocation-id': b'0f6003cb-b289-4990-a0f0-ae0796a9ca5b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:58 GMT', 'x-amzn-requestid': 'JEjYspk8PcRNcd4MoZuUfCcWqXEyKnsTMb5tOd2vKWNm70GAwQeC', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163058Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163058Z
20251111/us-east-1/s3/aws4_request
906c24c48c1f3662957f395c37787ec57700c94969f0d272a0207ce8c773b962
DEBUG    botocore.auth:auth.py:430 Signature:
4c30693722ea55d475acbcc8e3479690ebfe9a02deaf339f4f32fb5a1a3522e8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163058Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4c30693722ea55d475acbcc8e3479690ebfe9a02deaf339f4f32fb5a1a3522e8', 'amz-sdk-invocation-id': b'078a98ad-e8e6-4918-9195-bfb040eaea2c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:30:58 GMT', 'x-amzn-requestid': 'Itlw7KdZF7C1Hvo7aoDEMBPavqcX4lwl50Sl5mQXDV5jXAuk9WT0', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163058Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163058Z
20251111/us-east-1/s3/aws4_request
891dc66f5340817382e39beab721f67bdc5a3fffaa23f895fb0d640c64a71500
DEBUG    botocore.auth:auth.py:430 Signature:
4b05b1920afa72d9455673533b4a91b85513da62f9064466a2e4f64ac258d4a8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163058Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4b05b1920afa72d9455673533b4a91b85513da62f9064466a2e4f64ac258d4a8', 'amz-sdk-invocation-id': b'ad9b922e-afe4-4e52-89f4-546953974f6c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:30:58 GMT', 'x-amzn-requestid': 'XFmiKTzIjC2nJjmYEps9T3S80NdkLQ7HYhlZdaHCB6IACeuiByHc', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eed5765a-bf18-42e9-9b21-39b5a14b3b48, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eed5765a-bf18-42e9-9b21-39b5a14b3b48, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, eed5765a-bf18-42e9-9b21-39b5a14b3b48, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, db6b8fa0-c034-4d86-95f5-863d59bad824, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, db6b8fa0-c034-4d86-95f5-863d59bad824, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, db6b8fa0-c034-4d86-95f5-863d59bad824, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163100Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163100Z
20251111/us-east-1/s3/aws4_request
8d2df5b75210d1d8860d4b8cba9a1f8852f4d2301b39dfe72d2b812d835d40d6
DEBUG    botocore.auth:auth.py:430 Signature:
6f9612b79351b13db308f1d999ab72eec5f13657cf85478059ea8aa47f1f4288
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163100Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6f9612b79351b13db308f1d999ab72eec5f13657cf85478059ea8aa47f1f4288', 'amz-sdk-invocation-id': b'fd635033-6c2c-416c-98bb-5ea4a3b81d96', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:00 GMT', 'x-amzn-requestid': 'ADQyW90nU2LXgpXyOKFtOFAF6zgYTpFIMZvSaVKt7zbyDlWdcaNv', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163101Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163101Z
20251111/us-east-1/s3/aws4_request
417d8b12fb2023e625c00f4e2cf83e8da2a0754982b013ca6ccad78a8371c7cf
DEBUG    botocore.auth:auth.py:430 Signature:
b8effebb0163037c7336cc00a1fc29ae2f7e5ab87ad9e3e0817d55a74493c196
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163101Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b8effebb0163037c7336cc00a1fc29ae2f7e5ab87ad9e3e0817d55a74493c196', 'amz-sdk-invocation-id': b'8e473996-7c72-4863-a3a9-4ee37690ec72', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:01 GMT', 'x-amzn-requestid': 'UUB8eHCUfo1dmju6RnIk1CgAQrpq0ECCsNsdFegLCWcoTwJgPPGE', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163101Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163101Z
20251111/us-east-1/s3/aws4_request
1060f3646eca1c141885f59701c2863eaa92c779d317378612d0ca92e7744ed8
DEBUG    botocore.auth:auth.py:430 Signature:
23a380f713f15cd1a6c64deea5ba4ded79cc44eb7aaf7cca72616a8ad761d129
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163101Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=23a380f713f15cd1a6c64deea5ba4ded79cc44eb7aaf7cca72616a8ad761d129', 'amz-sdk-invocation-id': b'4ac9fe43-2ed7-4f92-9cec-dbaeb439aa0a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:01 GMT', 'x-amzn-requestid': 'uOGskDjJfOnGY3ksAd2pCGttnsoLdcIN8edCGxwepIpRRfoJOtkL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c4b59c36-4ef5-4214-b584-1337f8cc781f, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c4b59c36-4ef5-4214-b584-1337f8cc781f, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c4b59c36-4ef5-4214-b584-1337f8cc781f, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 018be618-5348-4f8d-b25e-51c2589ad097, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 018be618-5348-4f8d-b25e-51c2589ad097, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 018be618-5348-4f8d-b25e-51c2589ad097, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163104Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163104Z
20251111/us-east-1/s3/aws4_request
b594bb9813c97f229d1f9720f26b4fdc548e708d1baebdf11cc96129fc76af32
DEBUG    botocore.auth:auth.py:430 Signature:
a7e384a236083565e5dbaa1e069b29fd832256117f527a3ad57ce188cf4aab6b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163104Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a7e384a236083565e5dbaa1e069b29fd832256117f527a3ad57ce188cf4aab6b', 'amz-sdk-invocation-id': b'bd605000-7f08-4ebb-8f29-130efdbdb28c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:04 GMT', 'x-amzn-requestid': 'HXc5KxgwwYMCLbzgs6MJEmKLkfkmX46iOTSB5aS4vadUbWfWtSzf', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163104Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163104Z
20251111/us-east-1/s3/aws4_request
03c7f6d7e4c2f36375ef674b5c658d9b490d7c2a38f4a99e701b6345084b0dc3
DEBUG    botocore.auth:auth.py:430 Signature:
35db19855e1bd7c8139a197be2581997cb8c19353a71f235c4013a7fc3bdc451
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163104Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=35db19855e1bd7c8139a197be2581997cb8c19353a71f235c4013a7fc3bdc451', 'amz-sdk-invocation-id': b'bee6f1e7-1826-4bf2-98a7-0c6b3fd91255', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:04 GMT', 'x-amzn-requestid': 'IUtdaqP3BzhitqxJFn9Lp5RV8fV1FCpQ3rah3lbxRpUt86Aq4YQX', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163104Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163104Z
20251111/us-east-1/s3/aws4_request
45a2905dcb88b7424b1f2f7079faafedcde5f78ccb53e8a98ee88ff5e4fbe95d
DEBUG    botocore.auth:auth.py:430 Signature:
a8afd935675b1c257c7423b782fcb7327f4b650f8829f11da687beadf1e5bc7a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163104Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a8afd935675b1c257c7423b782fcb7327f4b650f8829f11da687beadf1e5bc7a', 'amz-sdk-invocation-id': b'aca1b1bd-80e7-48b8-bb6b-921f0c0c6fb5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:04 GMT', 'x-amzn-requestid': 'A6gpIBaMDwuyw4mKKVwHLmLCYO0DyYUEgq9W5HjE8LE5FHE60o8E', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c0d83911-56eb-4249-9dfc-5eb257d86bfd, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c0d83911-56eb-4249-9dfc-5eb257d86bfd, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c0d83911-56eb-4249-9dfc-5eb257d86bfd, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c676d662-2134-41ac-8179-42d10379b50a, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c676d662-2134-41ac-8179-42d10379b50a, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c676d662-2134-41ac-8179-42d10379b50a, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163106Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163106Z
20251111/us-east-1/s3/aws4_request
096ee48ccdc08a144cd37c47cd8676726f8d7cc4b01ec8a9a00d3ebcd15da18e
DEBUG    botocore.auth:auth.py:430 Signature:
5427769a8c7ccd786c519322cec8d9aaf1a2f9d2aef0f9f1ea37a5b6a028e6a5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163106Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5427769a8c7ccd786c519322cec8d9aaf1a2f9d2aef0f9f1ea37a5b6a028e6a5', 'amz-sdk-invocation-id': b'd69c4d4a-377f-4014-8867-7d4364358267', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:06 GMT', 'x-amzn-requestid': 'kQLdWrixchYgSyIhQsDY03FKudtz35jOY4YDybd9yAZdXHyTZs99', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163106Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163106Z
20251111/us-east-1/s3/aws4_request
11a489c7b4bf6eef65e2011928fc4eca131d3e86c8ffe40fb041c34b02fad50d
DEBUG    botocore.auth:auth.py:430 Signature:
fad0ec3077b32f1a610cc3b1e5134a555c3c5a67a00a73f25c57d9d4cd550cd5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163106Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fad0ec3077b32f1a610cc3b1e5134a555c3c5a67a00a73f25c57d9d4cd550cd5', 'amz-sdk-invocation-id': b'695dc7bc-3732-4095-8db7-d622ebe8a4e2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:06 GMT', 'x-amzn-requestid': '34L9HuyLlMYmFN3jEhqeqWhKF1H4T0t3Ia8wEjYyKWg3q9DCMBje', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163107Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163107Z
20251111/us-east-1/s3/aws4_request
6ea2fba3d948e3862fd739a57b5845fe12bd84c86c7ed5592f9dac862042e499
DEBUG    botocore.auth:auth.py:430 Signature:
36914bed5643a8482aa5a250c378979953d3c46886859c12418ada8c186cb789
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163107Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=36914bed5643a8482aa5a250c378979953d3c46886859c12418ada8c186cb789', 'amz-sdk-invocation-id': b'c4fca25e-9cf6-41a5-ac4e-7e984580037b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:07 GMT', 'x-amzn-requestid': 'PksHI8LRnyPyY0fPsUQerrYHEo873h7gtsMOvT4XeOkqhPlcC4kI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 24714540-9300-4c61-a355-4a67f3c494ec, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 24714540-9300-4c61-a355-4a67f3c494ec, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 24714540-9300-4c61-a355-4a67f3c494ec, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 417ebe33-ff76-4e61-9f27-fcc38b572d04, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 417ebe33-ff76-4e61-9f27-fcc38b572d04, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 417ebe33-ff76-4e61-9f27-fcc38b572d04, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163109Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163109Z
20251111/us-east-1/s3/aws4_request
655457e926afdb703cb142193b48332dcf66d1fbfae490bfe3f75d649d990ea8
DEBUG    botocore.auth:auth.py:430 Signature:
fd5616ead4f039fa335e85d710a4de3bba46e355b5237abdf2ff2c6822d2b930
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163109Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fd5616ead4f039fa335e85d710a4de3bba46e355b5237abdf2ff2c6822d2b930', 'amz-sdk-invocation-id': b'422dcc7a-e453-4807-80f0-284b7f12243a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:09 GMT', 'x-amzn-requestid': '5Ct9Yrgd2bMBW7v2gzVPBqbCcSkMKQJ76LcfKs2yk0qhxGkEktZY', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163109Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163109Z
20251111/us-east-1/s3/aws4_request
d3fc2ad3c47d623d837ed2357786115b106a01cf60a3c20a6e8a88f2b598cc03
DEBUG    botocore.auth:auth.py:430 Signature:
4616de438415f489fcc3696a7c3a29867a4f89931b68e34cc21f95417b718d8f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163109Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4616de438415f489fcc3696a7c3a29867a4f89931b68e34cc21f95417b718d8f', 'amz-sdk-invocation-id': b'4688d207-777f-4241-aa7f-b0e5073954cb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:09 GMT', 'x-amzn-requestid': '8CxYiUO8DHtgvub8m7KiH9bdSdDiU4bIhWwMkbqGwiNqT0ADAflA', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163109Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163109Z
20251111/us-east-1/s3/aws4_request
078ffd4460eafc2f41058aea07c6d7f0a093fa436ed2edcc36d3456e6bb87e31
DEBUG    botocore.auth:auth.py:430 Signature:
5f474ef020f14f6601fdd6c1de4976909dbb25738bac9985d40c7743b508e021
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163109Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5f474ef020f14f6601fdd6c1de4976909dbb25738bac9985d40c7743b508e021', 'amz-sdk-invocation-id': b'beaccbb1-1643-477d-a880-d314ef86815f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:09 GMT', 'x-amzn-requestid': '7rwA5oWtNrgndHoQX6wFb52DrifuxTNsLSPyTdigpTFAdxY2GYXu', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 89f2d5ac-1e99-439a-a56f-feb81dbc5bff, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 89f2d5ac-1e99-439a-a56f-feb81dbc5bff, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 89f2d5ac-1e99-439a-a56f-feb81dbc5bff, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0b240ef6-7589-4667-86a9-81fa020b7b99, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0b240ef6-7589-4667-86a9-81fa020b7b99, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 0b240ef6-7589-4667-86a9-81fa020b7b99, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163111Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163111Z
20251111/us-east-1/s3/aws4_request
1132311ec3641f129e568b62a6b1684ea8c271725b22d75cb6bd4ac2ffba87c0
DEBUG    botocore.auth:auth.py:430 Signature:
32378d8d8b6548c60abd57c0873764561e2ea4a1521ef67869dbaa743f949d5f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163111Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=32378d8d8b6548c60abd57c0873764561e2ea4a1521ef67869dbaa743f949d5f', 'amz-sdk-invocation-id': b'3c5620e2-6d3f-47eb-a7d4-f441bfcf32ae', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:11 GMT', 'x-amzn-requestid': 'f4l0CAJ7wHU4s003SUqaLQGwndA1KJwcFeveCPVNmYHp4qyL3xQh', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163111Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163111Z
20251111/us-east-1/s3/aws4_request
941701514b9fd6f24b18bf9c09332f02d12479dc530c5d80e2bf7ffa1c097f53
DEBUG    botocore.auth:auth.py:430 Signature:
c3e1ee7787336b166e5266c2b12f3cf865ae57a92e7dea3aaf6ccf326f9fc12f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163111Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c3e1ee7787336b166e5266c2b12f3cf865ae57a92e7dea3aaf6ccf326f9fc12f', 'amz-sdk-invocation-id': b'5a03f623-423e-46e0-b126-d30b675666d3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:11 GMT', 'x-amzn-requestid': 'oLS7AWTSCWFsx5zwxEPsFUSlWnQZUY1PazTf9p3kWsZIJfTjdA7V', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163111Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163111Z
20251111/us-east-1/s3/aws4_request
dcee5d98201dc45e427bd53e29559549cfdfea420a0ab3d778dfe1f526a8d02d
DEBUG    botocore.auth:auth.py:430 Signature:
35ef6ca09cdccbd7c7fbe0ad5ca45d51b9a44f88ad5ba1106f4c795e54bcf419
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163111Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=35ef6ca09cdccbd7c7fbe0ad5ca45d51b9a44f88ad5ba1106f4c795e54bcf419', 'amz-sdk-invocation-id': b'be32858f-d490-4d64-9210-2672fecab34f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:11 GMT', 'x-amzn-requestid': 'GBEgrjh6I9HauxZ0bWdf9KTWS77TUDWVZa16J1HmVvWkyOI1iQSa', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a21256a2-202d-4fb6-bd73-a5c31d049568, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a21256a2-202d-4fb6-bd73-a5c31d049568, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, a21256a2-202d-4fb6-bd73-a5c31d049568, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 42d4f675-d13a-4253-b743-697d0f50a039, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 42d4f675-d13a-4253-b743-697d0f50a039, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 42d4f675-d13a-4253-b743-697d0f50a039, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163113Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163113Z
20251111/us-east-1/s3/aws4_request
e711224e4a9834b08dd5ed3bc39c6421568f0fd36e596d785e309af8d98be420
DEBUG    botocore.auth:auth.py:430 Signature:
41882a6790fea1bf41651a859148fcfcad218fd2791fa443d555b97e3053c737
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163113Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=41882a6790fea1bf41651a859148fcfcad218fd2791fa443d555b97e3053c737', 'amz-sdk-invocation-id': b'7acccdc2-ea02-48cf-9d5f-a519bd414f4e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:13 GMT', 'x-amzn-requestid': 'FifOvJA514gk7801kjwO4hXUEpUFp2Sdvb4iUekyFeoRHBqNUCLi', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163113Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163113Z
20251111/us-east-1/s3/aws4_request
83e4c06a421a973fde89903e0c73c121dffb0fc97fa25cad77ce70eec96e4bb3
DEBUG    botocore.auth:auth.py:430 Signature:
4e2fa6c44c22bd679181eba1e38a018265cc8cbf5947ef13e3bde59a12ff829e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163113Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4e2fa6c44c22bd679181eba1e38a018265cc8cbf5947ef13e3bde59a12ff829e', 'amz-sdk-invocation-id': b'32af08b4-b7ab-4a3c-bfea-31cfb8426b29', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:13 GMT', 'x-amzn-requestid': '9zKZyusLtDKG6djoJVAdj50m8LOIpUg0qrZ7KjmLveyjkPShGoyR', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163113Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163113Z
20251111/us-east-1/s3/aws4_request
69cd918d5def7244769b80ee11a435bda25d6aa50a5fe0a1e774ac56e5a144cc
DEBUG    botocore.auth:auth.py:430 Signature:
7e8288b07c1a2b5962841453df7430b4b61f94ea122a38a9da057c6c6f7669ab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163113Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7e8288b07c1a2b5962841453df7430b4b61f94ea122a38a9da057c6c6f7669ab', 'amz-sdk-invocation-id': b'cd75c81a-f7da-46e9-becf-d85214dddc50', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:13 GMT', 'x-amzn-requestid': 'jTzyJyT328ZvS3YMMH0KKondKo44aAX0alAgNwLvLi1yTtiJdRvr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4984d294-9aa1-43cb-b143-58b58cbc4497, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4984d294-9aa1-43cb-b143-58b58cbc4497, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 4984d294-9aa1-43cb-b143-58b58cbc4497, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, be18c9a5-5965-40fe-9675-10c8ae0024e3, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, be18c9a5-5965-40fe-9675-10c8ae0024e3, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, be18c9a5-5965-40fe-9675-10c8ae0024e3, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163115Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163115Z
20251111/us-east-1/s3/aws4_request
7165da37102264e4983959378791dba6f47a0177c04b7c1cc3c7aa029879d024
DEBUG    botocore.auth:auth.py:430 Signature:
8bbda985d2082ae68c2f8b3488877bc7450500d6cff2577871e3c8daf17636cd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163115Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8bbda985d2082ae68c2f8b3488877bc7450500d6cff2577871e3c8daf17636cd', 'amz-sdk-invocation-id': b'00c16d7f-db23-4c77-a636-93d8e78de54a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:15 GMT', 'x-amzn-requestid': 'zs6qMdgQhAsbpJh678v7LCm1b9DoWm4GpihM3VjLYp2I4hyY08KR', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163115Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163115Z
20251111/us-east-1/s3/aws4_request
fc30c19f30fdd3cb4f7c81ea85a76ae686a3022b059877e5e85343c40dec48c3
DEBUG    botocore.auth:auth.py:430 Signature:
91d098280ba11f5a617a1b0a819cd71d259f03d7aaadd6e596893112292d34b4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163115Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=91d098280ba11f5a617a1b0a819cd71d259f03d7aaadd6e596893112292d34b4', 'amz-sdk-invocation-id': b'725593e8-502a-42d9-96c7-8cea69675737', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:15 GMT', 'x-amzn-requestid': 'bdr9hpz3SCPCsDv2Zc7XWLKUT1j8j8BN9wJIaKl74cYm1txxSytm', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163115Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163115Z
20251111/us-east-1/s3/aws4_request
43490e1cf12f51218c199b0c6b494f122dd3a17741e25307329362670170fce8
DEBUG    botocore.auth:auth.py:430 Signature:
b5d5946e9e7f0678254040b7386ffee3e6e6cc7d99072dc5e960dffe0268eb1d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163115Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b5d5946e9e7f0678254040b7386ffee3e6e6cc7d99072dc5e960dffe0268eb1d', 'amz-sdk-invocation-id': b'e4b43ccf-d56d-4361-8c04-045f1ef60014', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:15 GMT', 'x-amzn-requestid': 'r6Xxx1YI7onrwQYSciVKtS4XHuOXeqmWg4tYp9eQPJBGYnmHd672', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ca3c023d-973e-4ef0-bb2b-cad0ba68f535, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ca3c023d-973e-4ef0-bb2b-cad0ba68f535, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, ca3c023d-973e-4ef0-bb2b-cad0ba68f535, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8ed07f69-e403-43bb-b30c-66f4de434d84, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8ed07f69-e403-43bb-b30c-66f4de434d84, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 8ed07f69-e403-43bb-b30c-66f4de434d84, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163117Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163117Z
20251111/us-east-1/s3/aws4_request
6306f5de27be9c5b9642361853b8f93ebf495419ee74f938c520e1708e9ea1b3
DEBUG    botocore.auth:auth.py:430 Signature:
d1360356b2c7214b254e4de5b2e933186ca1cd160c0d3442e812d1abdaefa733
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163117Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d1360356b2c7214b254e4de5b2e933186ca1cd160c0d3442e812d1abdaefa733', 'amz-sdk-invocation-id': b'f6eef382-751d-49a1-8919-3506bd2debbb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:17 GMT', 'x-amzn-requestid': 'Knd79cvpYwXlUur6ddzPVVhndxITcT5T1yF2krx2bqVg38NoPE9y', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163118Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163118Z
20251111/us-east-1/s3/aws4_request
6629f3fd230ce095ede0ebea8f09d083f843145475dd905580918699d9f61f0a
DEBUG    botocore.auth:auth.py:430 Signature:
189295e7934498ffc710fee1842b2f1e12fdd827a31a100ca616c959266a73a9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163118Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=189295e7934498ffc710fee1842b2f1e12fdd827a31a100ca616c959266a73a9', 'amz-sdk-invocation-id': b'1c3d0f4d-89b9-4189-9231-b5abea46955d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:18 GMT', 'x-amzn-requestid': 'yLd3KGKFgqT0n9c5RrFoyv8EXDUPnhreVBD5LncdrnlNjwVViRDD', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163118Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163118Z
20251111/us-east-1/s3/aws4_request
c9951eef3ea754cf0659e5443fbc5bd5ee8b4d39a480cc905070773b83cafae5
DEBUG    botocore.auth:auth.py:430 Signature:
6dcdb51fe8bda0992f707eb11688200d6450d1fc76abe2c754400cd59d396926
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163118Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6dcdb51fe8bda0992f707eb11688200d6450d1fc76abe2c754400cd59d396926', 'amz-sdk-invocation-id': b'eb7f66ab-6222-4140-b69a-5f8308edb198', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:18 GMT', 'x-amzn-requestid': '6oMXyGNwecV0fQpQ4TxgFVdj6dNAp6iCJB1cmtMJMdW9DclBjcf7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, afd87d33-18eb-4540-a42d-36a0fc627837, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, afd87d33-18eb-4540-a42d-36a0fc627837, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, afd87d33-18eb-4540-a42d-36a0fc627837, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a2025da0-7895-45e0-a8c8-02bc56e731a0, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a2025da0-7895-45e0-a8c8-02bc56e731a0, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, a2025da0-7895-45e0-a8c8-02bc56e731a0, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163119Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163119Z
20251111/us-east-1/s3/aws4_request
a646e65cfe666048492431fbc168483cac8d975860b8f7a0dd57c67eb9213ff9
DEBUG    botocore.auth:auth.py:430 Signature:
cc13be6eb8ff8b652631991d61086f468893bfc3b1dd5ba6288c313c4d5e2b57
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163119Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cc13be6eb8ff8b652631991d61086f468893bfc3b1dd5ba6288c313c4d5e2b57', 'amz-sdk-invocation-id': b'ee569129-2a24-4928-93fa-58c5618ebef5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:19 GMT', 'x-amzn-requestid': 'Lr7M4JyU2EOolqqUoTb37sSyCWa1koq1HWpAz4hsrvqKRUco3mKO', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163120Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163120Z
20251111/us-east-1/s3/aws4_request
f8e5c5be3cbff773f93121e7b16b9d855ba3ef5caf0130b8e78f87afdd4dbb4b
DEBUG    botocore.auth:auth.py:430 Signature:
22371b64438b0cb962cebf2587f0ea96dfffe68945f3f471f56e835de6aedc21
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163120Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=22371b64438b0cb962cebf2587f0ea96dfffe68945f3f471f56e835de6aedc21', 'amz-sdk-invocation-id': b'be8fc93f-35d6-4dcc-b4fd-0c4fff15498e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:20 GMT', 'x-amzn-requestid': 'Y5cD0TvZIAorSVOEzFCEXoW15O61kQpZKelOWW5gXlQf2S3m9ZOf', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163120Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163120Z
20251111/us-east-1/s3/aws4_request
cfa4e6e8358bc2f413aadc46e67018060d0ca0af353be374a3f59fab37a964f1
DEBUG    botocore.auth:auth.py:430 Signature:
c22747c869f38d7c2ad330956ea4f3c34103228fcbf21827d228b0123d031fb1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163120Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c22747c869f38d7c2ad330956ea4f3c34103228fcbf21827d228b0123d031fb1', 'amz-sdk-invocation-id': b'd239721d-3bef-43c2-963d-82490bc8db7e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:20 GMT', 'x-amzn-requestid': 'TvNEQ0TvIRisJNc7EweiigQWEqXPlHxwupQLmWyReXE4t21pvciv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 787c87bb-7b32-433e-839a-470eaf7fcc88, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 787c87bb-7b32-433e-839a-470eaf7fcc88, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 787c87bb-7b32-433e-839a-470eaf7fcc88, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5125bad5-332b-43a1-82bb-238d85e95f63, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5125bad5-332b-43a1-82bb-238d85e95f63, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5125bad5-332b-43a1-82bb-238d85e95f63, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163122Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163122Z
20251111/us-east-1/s3/aws4_request
c9ee44a9d2112729ec7427f3853f2a1fd6008deb0a5ac5873cf410eac1af062d
DEBUG    botocore.auth:auth.py:430 Signature:
5e915acb93d381c80ae9f5611f8f1b391a43ad4324feb416b5c656a1bc19fd6c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163122Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5e915acb93d381c80ae9f5611f8f1b391a43ad4324feb416b5c656a1bc19fd6c', 'amz-sdk-invocation-id': b'f8d899b8-3887-4303-9816-8219d8c62af0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:22 GMT', 'x-amzn-requestid': 'UH1NpIIMqGE9vcO5FDdMSKuUV5vyQuhOHC4BEqFIbQ1lDOPRG9Xu', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163122Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163122Z
20251111/us-east-1/s3/aws4_request
ac7b62d9b4d06b1b1a430348ba4d98ff6d0512ef02f7bf73ee6c32c4502af808
DEBUG    botocore.auth:auth.py:430 Signature:
407874441b2f4f6a775d6fb9f7ceaa1ce40ccd65673c6dd415dad128c9fa69a8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163122Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=407874441b2f4f6a775d6fb9f7ceaa1ce40ccd65673c6dd415dad128c9fa69a8', 'amz-sdk-invocation-id': b'3a6cafc5-cd01-4e24-9867-8bf112a0a222', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:22 GMT', 'x-amzn-requestid': 'w3XfPDArhdWxtU4sUe4VBuJRl8Q7Tv9bO2Pi2WcLrXrpfkG3EvsS', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163122Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163122Z
20251111/us-east-1/s3/aws4_request
241c8d79fabb7a1b4d112623e19d612468c23b4d9f912fc9b6b71b4523a2fccc
DEBUG    botocore.auth:auth.py:430 Signature:
c22b736d28c5c9464790ba8d8c63007f5351f7f50ca94d41844f555c9a1ffce9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163122Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c22b736d28c5c9464790ba8d8c63007f5351f7f50ca94d41844f555c9a1ffce9', 'amz-sdk-invocation-id': b'510d51fb-7430-4df1-85b3-ff16d20134c4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:22 GMT', 'x-amzn-requestid': 'aZY3pnZUk2xEDSVGezWSrUIwaWt4pVdCrDZhkSoAG4hcEUZ0nFxG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 07abe0a1-436c-42e5-91c0-a5d6a725b41e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 07abe0a1-436c-42e5-91c0-a5d6a725b41e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 07abe0a1-436c-42e5-91c0-a5d6a725b41e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 10fabf98-9f62-4ce1-9800-ee6634c753b9, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 10fabf98-9f62-4ce1-9800-ee6634c753b9, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 10fabf98-9f62-4ce1-9800-ee6634c753b9, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163124Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163124Z
20251111/us-east-1/s3/aws4_request
0fa2496f9b7d72b9e81981949bd5164528232922c886491c080a2c8a3930da57
DEBUG    botocore.auth:auth.py:430 Signature:
88ff02a129516e5e15e2e9f22794b567add29621477fe3e55fca39c31415a47a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163124Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=88ff02a129516e5e15e2e9f22794b567add29621477fe3e55fca39c31415a47a', 'amz-sdk-invocation-id': b'6c84278f-1172-4162-ab19-fe4ae735bf0b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:24 GMT', 'x-amzn-requestid': 'FSK2j3IzgdO57fVQWbXFNrEkun9bkY7Ymn4KDuHGQ9C7VJGfvX83', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163124Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163124Z
20251111/us-east-1/s3/aws4_request
98e17a5ab686939c82dc8cea93071a5f6b2600448083ba48a546b885d8bd07d0
DEBUG    botocore.auth:auth.py:430 Signature:
9e836eed7fff0f91928b6740462ffe073ba9985c397dc836239a7fafa209a8d8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163124Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9e836eed7fff0f91928b6740462ffe073ba9985c397dc836239a7fafa209a8d8', 'amz-sdk-invocation-id': b'930139d2-0866-4e5c-a52b-fc094a5e7e55', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:24 GMT', 'x-amzn-requestid': 'BNPU9jIWsKrU2ezkF5NhsUCT0W2H31g0ZohFjtlaOTARPLeSZyac', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163124Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163124Z
20251111/us-east-1/s3/aws4_request
3ef13853f8a2b5faa2cbd6e696c69ae35dd1adc74c0c0d563e3eaf6814c7056b
DEBUG    botocore.auth:auth.py:430 Signature:
75c05d575846767b9f7fdc43b3a3a835271efc38fe456e316c19994217807311
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163124Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=75c05d575846767b9f7fdc43b3a3a835271efc38fe456e316c19994217807311', 'amz-sdk-invocation-id': b'e95194b1-5985-4e61-8237-78e96bb0dddf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:24 GMT', 'x-amzn-requestid': 'c74IwUCRkNdsFVlUWyoFsLpvtHmpfiAoP5kKaVTqhoHMHmb9pYDT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e7c38531-bb5f-466e-8bbf-09bd842efdc2, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e7c38531-bb5f-466e-8bbf-09bd842efdc2, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, e7c38531-bb5f-466e-8bbf-09bd842efdc2, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1061818e-ea5c-4283-bd02-3441d1c1d8ca, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1061818e-ea5c-4283-bd02-3441d1c1d8ca, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 1061818e-ea5c-4283-bd02-3441d1c1d8ca, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163126Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163126Z
20251111/us-east-1/s3/aws4_request
86a80b476c25f166cb12c8598406c44771475e9187f7223dbc1886e515987a5a
DEBUG    botocore.auth:auth.py:430 Signature:
ed6c220994e88c931114930f1085a7f5b36b98acdb14197b588cd1f683e30fe0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163126Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ed6c220994e88c931114930f1085a7f5b36b98acdb14197b588cd1f683e30fe0', 'amz-sdk-invocation-id': b'345bc55a-3554-4194-90f0-73497ad5f05e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:26 GMT', 'x-amzn-requestid': 'yD1iPCWwwurc9Rj3QjHyGkjV19GEQ4ingaoyaiwNxH2rBVHyAfMg', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163126Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163126Z
20251111/us-east-1/s3/aws4_request
a68962fd7b62e6950a49e7adee285c6895312c7a2f7f42f3e926d5c92f702bf4
DEBUG    botocore.auth:auth.py:430 Signature:
ea9ce87c96cfcc43e0420ebbf425fbd1f0fa27bfd767345ea6b114702e98e105
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163126Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ea9ce87c96cfcc43e0420ebbf425fbd1f0fa27bfd767345ea6b114702e98e105', 'amz-sdk-invocation-id': b'26f059ae-e84d-4dd5-b1a4-bb612d232734', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:26 GMT', 'x-amzn-requestid': 'YIrPeKbUb8KtrxpWF6xtAXkwUIvXFaKa3OPktOsh8YsUe8n5vb5U', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163126Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163126Z
20251111/us-east-1/s3/aws4_request
b04447a148e6ab9f202cea0f5a9446bbe69c428bbb57419ff0aa3135291e4839
DEBUG    botocore.auth:auth.py:430 Signature:
a6f4de8b947400ae99b470781c34d6fc856f8e2ff3024495251f19f97df5d88c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163126Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a6f4de8b947400ae99b470781c34d6fc856f8e2ff3024495251f19f97df5d88c', 'amz-sdk-invocation-id': b'54229ff5-17f8-498e-86fb-b39ace6a8c42', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:26 GMT', 'x-amzn-requestid': 'zI7DeQ7GxcOkJoZwErlMZ5QyUgaHJbQECFxX32Qe9W11QsA5xjqA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 99c0059d-83f9-4e97-93bd-4a9addfc5e93, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 99c0059d-83f9-4e97-93bd-4a9addfc5e93, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 99c0059d-83f9-4e97-93bd-4a9addfc5e93, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a2557127-49c0-4278-bb88-376666c6bf64, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a2557127-49c0-4278-bb88-376666c6bf64, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, a2557127-49c0-4278-bb88-376666c6bf64, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163128Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163128Z
20251111/us-east-1/s3/aws4_request
ba638c1a2252a098106e9a4fdfe804b2cccc6319f5cf10e68851aeb8ee06ec38
DEBUG    botocore.auth:auth.py:430 Signature:
bd66bc52472e60bf8a7918e8853d45622c63f00df978cc5d062239f231ef5ce1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163128Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bd66bc52472e60bf8a7918e8853d45622c63f00df978cc5d062239f231ef5ce1', 'amz-sdk-invocation-id': b'3100f5ae-5c3b-4cd5-927b-4f4e1681f038', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:28 GMT', 'x-amzn-requestid': 'm53TuxusqjR6DhAQO4mMHcqIeWu9HWzejCNJcbKBGxapBXaQxZLW', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163128Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163128Z
20251111/us-east-1/s3/aws4_request
e5f028f5e4f5b2602793cb59d6afb25a81c94f60be0abb9ace298075bf879e04
DEBUG    botocore.auth:auth.py:430 Signature:
c1ed890044e047c6c33b73b762fdd023219f19fddc0882cd626711bdb656cbf4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163128Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c1ed890044e047c6c33b73b762fdd023219f19fddc0882cd626711bdb656cbf4', 'amz-sdk-invocation-id': b'22c930bb-2fa1-4c63-8d62-fb10b5221287', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:28 GMT', 'x-amzn-requestid': 'uP6ZBrAGD4pFnbCTrUPrW9fDGVPeBEovGlx14GlhvaADVObc3kYl', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163128Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163128Z
20251111/us-east-1/s3/aws4_request
06f4ad97fedd4205af8f2ba7b8a0eedc9b782ee9000f9ca8136169464d49a6d3
DEBUG    botocore.auth:auth.py:430 Signature:
c6481ee6aedf05e154defd225e11823d328837950bc82f955ee17405a6ee8d1a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163128Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c6481ee6aedf05e154defd225e11823d328837950bc82f955ee17405a6ee8d1a', 'amz-sdk-invocation-id': b'2381bd1d-b8f4-44ec-9007-87aa6fef3c3c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:28 GMT', 'x-amzn-requestid': 'qtgrp9LySDF2MemIJA1jyvdfWhwrfgdF40mfkePkvWh4zpWIMmyt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bdfddaac-199d-4b96-9756-09748e3b53dd, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bdfddaac-199d-4b96-9756-09748e3b53dd, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, bdfddaac-199d-4b96-9756-09748e3b53dd, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fc7ad77f-25d2-4dd2-97c0-bc1833cc84cd, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fc7ad77f-25d2-4dd2-97c0-bc1833cc84cd, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, fc7ad77f-25d2-4dd2-97c0-bc1833cc84cd, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163130Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163130Z
20251111/us-east-1/s3/aws4_request
cf2e6f923a62ad8904d72442666f75290f9de48a94b5515d0d3eabd44c418f2d
DEBUG    botocore.auth:auth.py:430 Signature:
5ea01fbd0866860315e98d2012d5ebe8e563e954d45fa2d08778b142605bf78d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163130Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5ea01fbd0866860315e98d2012d5ebe8e563e954d45fa2d08778b142605bf78d', 'amz-sdk-invocation-id': b'92c7eae9-19a5-4bbe-9b10-4df3a202a023', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:30 GMT', 'x-amzn-requestid': '6JRr9Z0DzFwzV0DnbNpGP3K3sKeaaWkHQBExv1ZdxkGvCqfwZvDq', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163130Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163130Z
20251111/us-east-1/s3/aws4_request
d438446a3b1f2373add0f9248e0f3e4092caa3ac5ec27ec4e7ffdd7995ee461f
DEBUG    botocore.auth:auth.py:430 Signature:
89a609463ece163aa15790a4b0c96d307aaf7584780a5a5c8ce2a5880cdf69cd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163130Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=89a609463ece163aa15790a4b0c96d307aaf7584780a5a5c8ce2a5880cdf69cd', 'amz-sdk-invocation-id': b'1da33f4f-848b-45e6-b83d-194e75357ada', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:30 GMT', 'x-amzn-requestid': 'i2aabQb0TqW8gGZlvUfou7qovk6skwwiA0qPYymNQO4e3ncLswyg', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163130Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163130Z
20251111/us-east-1/s3/aws4_request
96c04d8cf8933f42e3b2c8eecf53bb501fa7ad34a42d2e68eebcb622c2280022
DEBUG    botocore.auth:auth.py:430 Signature:
fa680495f282b0cbb19afaaf6d2fc6088ce11a54010dec667939225ce9c57bbb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163130Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fa680495f282b0cbb19afaaf6d2fc6088ce11a54010dec667939225ce9c57bbb', 'amz-sdk-invocation-id': b'df9b8b63-b09f-4777-8da7-ce9d88816552', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:30 GMT', 'x-amzn-requestid': '2xdf98SzBXyujH2Xl5Clf0BZUsB8ODlDSrzn5sDpkrpQsTw2D9Vx', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4078cc4b-9477-42b7-8ec5-a8edc57af1ae, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4078cc4b-9477-42b7-8ec5-a8edc57af1ae, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 4078cc4b-9477-42b7-8ec5-a8edc57af1ae, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8e803a0d-c1fa-4068-85c1-1beac83f4ab7, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8e803a0d-c1fa-4068-85c1-1beac83f4ab7, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 8e803a0d-c1fa-4068-85c1-1beac83f4ab7, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163132Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163132Z
20251111/us-east-1/s3/aws4_request
d474354953a914912dd17d4d9721c4953113047d8462d892d2f71c8ec09430b9
DEBUG    botocore.auth:auth.py:430 Signature:
0a1d663cbf19ddeffd782e4e94191e666cceef87d8affe84d0b7d815433cd153
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163132Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0a1d663cbf19ddeffd782e4e94191e666cceef87d8affe84d0b7d815433cd153', 'amz-sdk-invocation-id': b'cfcd9366-d9a6-45f2-b5e2-fa4e3008c229', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:32 GMT', 'x-amzn-requestid': 'hxtviADrKikYW6o9noRcmo1tW4Cm7VyCxgnKh4uDLdiDKa0AZSZZ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163132Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163132Z
20251111/us-east-1/s3/aws4_request
07dba3c86125b6292b9601e34a9b87483b70074f5865bb108df265b7a996d0e7
DEBUG    botocore.auth:auth.py:430 Signature:
c2a86765654220601aa99ca8fcb13188ee8c7d214c375fd2b2ee9a83865ff783
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163132Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c2a86765654220601aa99ca8fcb13188ee8c7d214c375fd2b2ee9a83865ff783', 'amz-sdk-invocation-id': b'af607188-7b55-4afd-ab2e-c4c80eb31727', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:32 GMT', 'x-amzn-requestid': 'fwFecyVWDLh5gthatI2Z01AYGdlgccEtx3RE0yC9OpHYgBi0bBXa', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163132Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163132Z
20251111/us-east-1/s3/aws4_request
04411dbf108cfb07eeffbe692a0bba91ad20aaf40ee9fcbbc9fb9cd23c156372
DEBUG    botocore.auth:auth.py:430 Signature:
61548d8ca4a8be9633ef1936d565e353de6eaab8e906e1ace450d9b5226f7363
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163132Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=61548d8ca4a8be9633ef1936d565e353de6eaab8e906e1ace450d9b5226f7363', 'amz-sdk-invocation-id': b'0dd27909-e7fa-4b8b-92c0-cf37f4ccf902', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:32 GMT', 'x-amzn-requestid': 'Cs7HBBicgFeJIN0oqsv4rJvjMd2Uo4x2rIf61MqffRJt1Ioe9Z8m', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a9b170d5-e4e1-452e-91db-73bcab2004d1, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a9b170d5-e4e1-452e-91db-73bcab2004d1, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, a9b170d5-e4e1-452e-91db-73bcab2004d1, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 42c2a186-122e-4fb7-a5f0-4a6184d6b17a, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 42c2a186-122e-4fb7-a5f0-4a6184d6b17a, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 42c2a186-122e-4fb7-a5f0-4a6184d6b17a, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163134Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163134Z
20251111/us-east-1/s3/aws4_request
104f144267c38aa82af178505e88f438362bbb3f6ee0edf4990190e371f2c652
DEBUG    botocore.auth:auth.py:430 Signature:
a6e6a334222403c95068b927a82aec560249bd8084875c9322393c5dbe600f62
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163134Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a6e6a334222403c95068b927a82aec560249bd8084875c9322393c5dbe600f62', 'amz-sdk-invocation-id': b'58aabea0-b44b-4e19-9448-dc779946f639', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:34 GMT', 'x-amzn-requestid': 'sAuhcefoYv7NSKTPE2sQEz5v8lIdqXrzLB2EmEcMNdepKVRshu4I', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163134Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163134Z
20251111/us-east-1/s3/aws4_request
5a92869fd266ad2070017979ffee53bead635899cb06f380682287bae8ec83ac
DEBUG    botocore.auth:auth.py:430 Signature:
77186aa6e484aca1eff7c87857cf246ad1906fbce21017e13757e53946a66d80
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163134Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=77186aa6e484aca1eff7c87857cf246ad1906fbce21017e13757e53946a66d80', 'amz-sdk-invocation-id': b'be0afb77-6e03-4616-85fa-ad44133fa6ec', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:34 GMT', 'x-amzn-requestid': 'KenAv8Pf8sdo02crgSh7Um6cHbrICrCAZ111YO4mzZdGtPKfD72D', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163134Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163134Z
20251111/us-east-1/s3/aws4_request
5cd0c749589d62fade1afefd03e1c4dd9dcce82ecc09f98870fa10c1646d707a
DEBUG    botocore.auth:auth.py:430 Signature:
1ec36c00cf26bb421bb7a0539e6a8bb71622dd3bb852b396590eefbde3910afa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163134Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1ec36c00cf26bb421bb7a0539e6a8bb71622dd3bb852b396590eefbde3910afa', 'amz-sdk-invocation-id': b'58c29769-6f40-4af4-8e07-f6e196050a97', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:34 GMT', 'x-amzn-requestid': 'lDowruZB1yrwJmIwySPUJOIhJn35H92UtjaiwPhDrZ0Lz9yhz7db', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e9b25b30-d394-4bd9-adb0-7eb4c542c169, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e9b25b30-d394-4bd9-adb0-7eb4c542c169, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, e9b25b30-d394-4bd9-adb0-7eb4c542c169, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 89152ba3-0a06-49ac-93b9-1e97b66b106d, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 89152ba3-0a06-49ac-93b9-1e97b66b106d, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 89152ba3-0a06-49ac-93b9-1e97b66b106d, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163136Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163136Z
20251111/us-east-1/s3/aws4_request
25fd419198eb294ff0ef53f87b5961305e3b80940585dd3afd98ece6bb845d82
DEBUG    botocore.auth:auth.py:430 Signature:
d2a7c29bcd8d7ac71e6b0717b7cfb36ef7f7778521772e7e70cbb57d346d7e74
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163136Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d2a7c29bcd8d7ac71e6b0717b7cfb36ef7f7778521772e7e70cbb57d346d7e74', 'amz-sdk-invocation-id': b'f76fb9f1-8350-4ba3-876d-4084a813d3b0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:36 GMT', 'x-amzn-requestid': '359HbUGCzNYW0JNqSFLnie1GSLVSES3ZP9zRjtBih1fQO5xyVKoq', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163136Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163136Z
20251111/us-east-1/s3/aws4_request
3c99c686cedd56338d4f38630faa8ac5ec1b57d703bd47369c403d6b8766801c
DEBUG    botocore.auth:auth.py:430 Signature:
7b757f0922b59df1a1eff52df2cc02a3c8cd49b164e854a6166cec1f479a6175
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163136Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7b757f0922b59df1a1eff52df2cc02a3c8cd49b164e854a6166cec1f479a6175', 'amz-sdk-invocation-id': b'50e27d68-daf1-488c-af01-d15a5d4c01cc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:36 GMT', 'x-amzn-requestid': 'yg5k7ZFckR6UcpMidViVPXEuZjjinkAdTQuzfbUdm5dGPCTBzxh7', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163136Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163136Z
20251111/us-east-1/s3/aws4_request
6e3d5ba7cd42d1aa435071dc2283e294d39e738c21dcc5ef92806bb45f79daef
DEBUG    botocore.auth:auth.py:430 Signature:
3b2001406083d4348852cec863e6cb45882d73d5ba20686f69ddb539adfb9fa7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163136Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3b2001406083d4348852cec863e6cb45882d73d5ba20686f69ddb539adfb9fa7', 'amz-sdk-invocation-id': b'd74cbd38-5d31-45ec-a439-2234d4d4c153', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:36 GMT', 'x-amzn-requestid': 'AEWFvAQS1UpWjsT6i9xb3JIZXlkZfovXdrV9LyrcocDZN5IojWBk', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4d66de7a-b2a8-42e1-8dc1-612a93320b62, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4d66de7a-b2a8-42e1-8dc1-612a93320b62, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 4d66de7a-b2a8-42e1-8dc1-612a93320b62, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3def72c6-da86-41d7-8272-03d709688318, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3def72c6-da86-41d7-8272-03d709688318, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 3def72c6-da86-41d7-8272-03d709688318, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163138Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163138Z
20251111/us-east-1/s3/aws4_request
0f57de24314a4916323fca31d285d4446703dcdee99d6f212cfe8f91a7462fe3
DEBUG    botocore.auth:auth.py:430 Signature:
6662fd685f9a2bfac433af95a09e69129ac48a4b611c529f425435473e800629
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163138Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6662fd685f9a2bfac433af95a09e69129ac48a4b611c529f425435473e800629', 'amz-sdk-invocation-id': b'931d74f9-a20e-4ee9-b590-17db7de3d9b6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:38 GMT', 'x-amzn-requestid': 'ydLOOBypfXqNHJ9qV0I31zi6Ax2DnLg5PSHPjCfWH6CQ00US9OaT', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163138Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163138Z
20251111/us-east-1/s3/aws4_request
023b49c453ad6cc02639347b209c27672026a7045fbcfda013c9cd33b6c2e6f1
DEBUG    botocore.auth:auth.py:430 Signature:
70c16828713898fa9c56dfb54d817a81347cdae5404a25fb2428ace3bc3a3bd1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163138Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=70c16828713898fa9c56dfb54d817a81347cdae5404a25fb2428ace3bc3a3bd1', 'amz-sdk-invocation-id': b'6b53145a-b1e7-4e69-8b08-28537cb14b5e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:38 GMT', 'x-amzn-requestid': 'O1dYRs1JV49DT9Uag7O9TGaKlkAA3uvMdwdd7T6IQ31NryhQUKyC', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163138Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163138Z
20251111/us-east-1/s3/aws4_request
51820a4da74aeba2ab0af3d137d29a92e1250ae42d55c506e89378c5e41e4884
DEBUG    botocore.auth:auth.py:430 Signature:
aea8f08e444dbd6ad335d5be5806e7396bf6ff1ba6a5efd03bf83a01adf90923
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163138Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aea8f08e444dbd6ad335d5be5806e7396bf6ff1ba6a5efd03bf83a01adf90923', 'amz-sdk-invocation-id': b'99c4d275-f739-405e-9970-27894f069565', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:38 GMT', 'x-amzn-requestid': 'qttdStHIYbOop6asLyAsTAOJUEnJNreOLJiXVOgdM5Ycnlz0a07V', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 24aac19c-aaf2-4d5f-8490-d6c8146cb542, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 24aac19c-aaf2-4d5f-8490-d6c8146cb542, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 24aac19c-aaf2-4d5f-8490-d6c8146cb542, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ce7e9ae4-6389-4943-a726-674ec812320c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ce7e9ae4-6389-4943-a726-674ec812320c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, ce7e9ae4-6389-4943-a726-674ec812320c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163140Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163140Z
20251111/us-east-1/s3/aws4_request
f4b591a542c36b235a6199e1bee730ae1f738003f4740bc449fde05b32bcf41f
DEBUG    botocore.auth:auth.py:430 Signature:
4d2f94c22c2bfc5d3f91b9eded262076ac1f6e87b61a70b6e47d34f6010a12b6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163140Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4d2f94c22c2bfc5d3f91b9eded262076ac1f6e87b61a70b6e47d34f6010a12b6', 'amz-sdk-invocation-id': b'021da704-8781-4425-b26f-ff816193365f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:40 GMT', 'x-amzn-requestid': 'MURX61SRXLhloYQYSz9x41A3DDNZYltnWNe9l4fExabzF3FdWLkZ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163140Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163140Z
20251111/us-east-1/s3/aws4_request
55010fc7d0e000d7abd3b2089afb55de3b55e11750213e452a69e2ec01091564
DEBUG    botocore.auth:auth.py:430 Signature:
53418fd3013783eccdf835c16d67adb3fc6f648587e1d2702487364786c6a342
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163140Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=53418fd3013783eccdf835c16d67adb3fc6f648587e1d2702487364786c6a342', 'amz-sdk-invocation-id': b'640a5c61-4440-427f-a571-063116d2a4d7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:40 GMT', 'x-amzn-requestid': 'sW7QobX19AjEz5jyVN9wCd315KZ2lANtbpKTjdTKvIr2F2wDiGE4', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163140Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163140Z
20251111/us-east-1/s3/aws4_request
47ffb08aa5e52e6a5a5d9e4713d031dc2b10f22a39342538bede419cda460a76
DEBUG    botocore.auth:auth.py:430 Signature:
7e6193cb2c7e92f9b1ba9c7166e96d874561a08c1befa19bdacda5c9afd68c23
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163140Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7e6193cb2c7e92f9b1ba9c7166e96d874561a08c1befa19bdacda5c9afd68c23', 'amz-sdk-invocation-id': b'9da9f1b1-d73a-4eac-b96d-913f0f6b1664', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:40 GMT', 'x-amzn-requestid': 'c48c8FODXpgGOZWP4N8Zb25i1rWDaOneoNwfp75ycA6lDFw8guUX', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 942456cf-4d09-45cf-a5a9-5a4b31f8be9a, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 942456cf-4d09-45cf-a5a9-5a4b31f8be9a, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 942456cf-4d09-45cf-a5a9-5a4b31f8be9a, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, befd70ee-3f14-4178-bd2b-f30f29e058ca, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, befd70ee-3f14-4178-bd2b-f30f29e058ca, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, befd70ee-3f14-4178-bd2b-f30f29e058ca, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163141Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163141Z
20251111/us-east-1/s3/aws4_request
331ea1664ebd394d7c15070dc7193e1b3a6fc46099257f3cac06d705dba4f8a6
DEBUG    botocore.auth:auth.py:430 Signature:
433bc0028887d50a057ec9f82774a47318f11c51a7c0cde4fb64bf9eb1b83401
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163141Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=433bc0028887d50a057ec9f82774a47318f11c51a7c0cde4fb64bf9eb1b83401', 'amz-sdk-invocation-id': b'4a6ecfe8-d04a-45c6-baa7-ecfc5f77c639', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:41 GMT', 'x-amzn-requestid': 'gF4CpdxgG0qHcha0WKYWq3YAZ56UntgPQ0yP9bu20kAW5TylBEaC', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163141Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163141Z
20251111/us-east-1/s3/aws4_request
27167fb1cc0d50fa9760e3ed16ed905de9c253036f74250c6bc27d19aaad986e
DEBUG    botocore.auth:auth.py:430 Signature:
bafaf218ac6691270c6042e10fd278f261140a7ddbaa35ae40108b6d3dee3b42
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163141Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bafaf218ac6691270c6042e10fd278f261140a7ddbaa35ae40108b6d3dee3b42', 'amz-sdk-invocation-id': b'9fd6a151-60b0-40f6-85d5-e9d36c0538fd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:41 GMT', 'x-amzn-requestid': 'gDzA9rAFg5zCDDHskcCpwt4J1Nkx7wwuMAaasCySNQNfCvSSvFg1', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163141Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163141Z
20251111/us-east-1/s3/aws4_request
1b907f7266531d229a07fdd2f6645f38baac3819af124a4e0a3f835062ab4623
DEBUG    botocore.auth:auth.py:430 Signature:
ebaae1694e3b3a34d3f168409df9915e1582fc140fef2dae36da9c4f5b684356
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163141Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ebaae1694e3b3a34d3f168409df9915e1582fc140fef2dae36da9c4f5b684356', 'amz-sdk-invocation-id': b'4e244e85-4b7e-41d5-a5b6-9e26ba0aa7f8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:41 GMT', 'x-amzn-requestid': 'cr9i4nehQuqyKaAtlIp7f1h5NyQUcccn4hLeY0ftEPEl2rigNnGH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7e756d41-5f87-47e8-b91d-b4a03afcc27b, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7e756d41-5f87-47e8-b91d-b4a03afcc27b, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 7e756d41-5f87-47e8-b91d-b4a03afcc27b, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f216acf1-efe2-4fba-9419-357e8147d6c9, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f216acf1-efe2-4fba-9419-357e8147d6c9, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, f216acf1-efe2-4fba-9419-357e8147d6c9, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163143Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163143Z
20251111/us-east-1/s3/aws4_request
9fdbb16216967bc0791103027cb38c46dca7fd429ac53e1cc3db60e8031b1505
DEBUG    botocore.auth:auth.py:430 Signature:
d27177f332655e19c9db17b355d88c23171f930400eb02846ae35a66a9417361
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163143Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d27177f332655e19c9db17b355d88c23171f930400eb02846ae35a66a9417361', 'amz-sdk-invocation-id': b'31621f5d-d68c-4cfb-8c8b-93da37009e1f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:43 GMT', 'x-amzn-requestid': '5eNdBATWlGUfUKZ2T5IPJ5tLnMqwpviBbKRiDFmsH6wfRBCT5HpQ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163143Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163143Z
20251111/us-east-1/s3/aws4_request
96818f7e8698bcfe51937db8c2cfee5b6c449a5525bfba4a16d07d9c614d76b7
DEBUG    botocore.auth:auth.py:430 Signature:
7d1957d586d24840d29f2fd903e96e8c1c134fddf0e534350b4a5d42d1a2fbdb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163143Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7d1957d586d24840d29f2fd903e96e8c1c134fddf0e534350b4a5d42d1a2fbdb', 'amz-sdk-invocation-id': b'd1915969-2631-4351-a695-51d0d5996264', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:43 GMT', 'x-amzn-requestid': 'o00e6CyQKZlMQ8NfXyTkEgw6AdiqmZ1Rdhu1vB0nfCh12JJzCH1W', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163143Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163143Z
20251111/us-east-1/s3/aws4_request
c2df5886f471b5f4e064021fe3c03707621aa54cfb2b6eaf9e2014f71c01fbf4
DEBUG    botocore.auth:auth.py:430 Signature:
9138dde5042fad3c4217063d7f0544cd5c7eaa22136b58c3f62803b295b05810
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163143Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9138dde5042fad3c4217063d7f0544cd5c7eaa22136b58c3f62803b295b05810', 'amz-sdk-invocation-id': b'4068119f-fd6d-4336-b9b5-5c1b5abea960', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:43 GMT', 'x-amzn-requestid': 'q1DVO9ux0dAHc65KaTbVHAQIYCURUVYUcU09GLfGUevgfofOR25Z', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 841339ec-39c1-4a3b-8708-2288a03b8f82, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 841339ec-39c1-4a3b-8708-2288a03b8f82, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 841339ec-39c1-4a3b-8708-2288a03b8f82, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8fb77c08-7bd2-425e-a026-22241fdf7d53, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8fb77c08-7bd2-425e-a026-22241fdf7d53, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 8fb77c08-7bd2-425e-a026-22241fdf7d53, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163145Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163145Z
20251111/us-east-1/s3/aws4_request
af6b330f40058c967b99be96cf59b092c4a01b63e975157dfaaaec1bef97ee9b
DEBUG    botocore.auth:auth.py:430 Signature:
8f95c6ad192d59bf7b3f44dc46352413920ef0f81764599237f94d95721a4ce3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163145Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8f95c6ad192d59bf7b3f44dc46352413920ef0f81764599237f94d95721a4ce3', 'amz-sdk-invocation-id': b'5d933a3f-dc5b-4900-8722-8230e9c8804e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:45 GMT', 'x-amzn-requestid': 'vDpaosxAOLYFHq6wPrZk24V5h4lYdW4uOFEkNqfqfGLZ339fjrzF', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163145Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163145Z
20251111/us-east-1/s3/aws4_request
698f9a2496326e40e8b4a8272d8bde08e9e40999bf5f4d5c4c0ecba72db0c504
DEBUG    botocore.auth:auth.py:430 Signature:
02f61bc46021599f3764a121430f74ab5e11f3a2e20713f05f86c3214ad8002c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163145Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=02f61bc46021599f3764a121430f74ab5e11f3a2e20713f05f86c3214ad8002c', 'amz-sdk-invocation-id': b'4425c5dd-5f05-4035-b26b-09c924d96314', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:45 GMT', 'x-amzn-requestid': 'Witl6o5akkVj2SJxPBK6ys07EIs6C6I5QQQS5sM8Ma5BfTRrEUty', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163145Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163145Z
20251111/us-east-1/s3/aws4_request
18cba3cbfa489a015dee714fba6875dcbb4bed2a9fd789691df3f52e8b8df750
DEBUG    botocore.auth:auth.py:430 Signature:
07492520d6c5a4b6d4d386d14388b5edb5836f34c77dc888bbc6ddea8771ba32
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163145Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=07492520d6c5a4b6d4d386d14388b5edb5836f34c77dc888bbc6ddea8771ba32', 'amz-sdk-invocation-id': b'41e86a7c-5be9-47f3-a417-a9d9298b8295', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:45 GMT', 'x-amzn-requestid': 'FWPfp0xGWs1UENDeFfE1SFlCxl1KymqW1Z1hlwGz76VFH2W75Kww', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, afde5be8-852f-4d65-bcaa-7d4150f03e7f, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, afde5be8-852f-4d65-bcaa-7d4150f03e7f, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, afde5be8-852f-4d65-bcaa-7d4150f03e7f, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9b567589-886a-4886-b45c-43b3da0aa205, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9b567589-886a-4886-b45c-43b3da0aa205, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 9b567589-886a-4886-b45c-43b3da0aa205, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163147Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163147Z
20251111/us-east-1/s3/aws4_request
839333dfa6e998783be79d5a865eb487534b4c58ee8d042061f451280e4e2d46
DEBUG    botocore.auth:auth.py:430 Signature:
bbbe62c13ec8277502619cacb6723ada9dc64e94e805d35b135d5fc572a22eec
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163147Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bbbe62c13ec8277502619cacb6723ada9dc64e94e805d35b135d5fc572a22eec', 'amz-sdk-invocation-id': b'90294ee4-b3ca-4eb4-a8f7-942cdc18f958', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:47 GMT', 'x-amzn-requestid': 'WmdcBZOEUco8j7XsYx84RELdSQvCewKz6dfPjqeYsdUpaLXTEcGU', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163147Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163147Z
20251111/us-east-1/s3/aws4_request
c97250346f29fcd8ee9e08664a8dadd8158e11b114250e79cb619d93e0adbd1d
DEBUG    botocore.auth:auth.py:430 Signature:
3c7eacf4ae26e6449396f6b9f1bcb026762044a7f478caa48878878d0f0ae755
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163147Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3c7eacf4ae26e6449396f6b9f1bcb026762044a7f478caa48878878d0f0ae755', 'amz-sdk-invocation-id': b'1b1aaa2f-436f-4511-b113-514ba0cdafdc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:47 GMT', 'x-amzn-requestid': '8kON5QQzgSu15ATQUpumJ9cxw50fkdrT4MmhuZG4ztzXKNNRSjEs', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163147Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163147Z
20251111/us-east-1/s3/aws4_request
f1ea450318e27ac80ab4e77ed7edd537f29e58d60fef683af45c1e58d77a58f3
DEBUG    botocore.auth:auth.py:430 Signature:
2feea4fd23abd6a62a42f30883b6d4b2abcf3f2b35a7e4452d8689e609db972f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163147Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2feea4fd23abd6a62a42f30883b6d4b2abcf3f2b35a7e4452d8689e609db972f', 'amz-sdk-invocation-id': b'defff11f-b71b-4179-b66a-0b862704ce88', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:47 GMT', 'x-amzn-requestid': 'nx3PfU7Cm0O8scYPRuEvoxemNNdEeWJkt9sjDYFQ1FpgdLaoJ4vr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 91c341d5-f0a9-4673-ae54-229a4587a5eb, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 91c341d5-f0a9-4673-ae54-229a4587a5eb, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 91c341d5-f0a9-4673-ae54-229a4587a5eb, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 694b7d88-10b6-42fa-a8f9-60d26389b694, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 694b7d88-10b6-42fa-a8f9-60d26389b694, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 694b7d88-10b6-42fa-a8f9-60d26389b694, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163149Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163149Z
20251111/us-east-1/s3/aws4_request
134bf4ac3844a2c4d62a8e8b84f6c113b58c37b585a34e6c0570ba5a7f702af8
DEBUG    botocore.auth:auth.py:430 Signature:
f2c0de0565915f6d592687e367f00b77a2e7a6780d73173fb156819b3b575f03
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163149Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f2c0de0565915f6d592687e367f00b77a2e7a6780d73173fb156819b3b575f03', 'amz-sdk-invocation-id': b'7b862bac-8054-42d1-845c-939c86cb072f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:49 GMT', 'x-amzn-requestid': '94cP51L03tBEklp6HOIonEc7vjIfNPU3wgmLxyOsZiO2v2Oohlj6', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163149Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163149Z
20251111/us-east-1/s3/aws4_request
cea850467dc96a999710e5f4d8cbb03bba78d79a8eee40d8e59f35b1ba8a57b8
DEBUG    botocore.auth:auth.py:430 Signature:
1941c0cc132d85617d22d59605a3cd01e78ad63fa26bf721004998155b88bc79
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163149Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1941c0cc132d85617d22d59605a3cd01e78ad63fa26bf721004998155b88bc79', 'amz-sdk-invocation-id': b'3e3b6713-e63e-4227-bd25-fcbca012e463', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:49 GMT', 'x-amzn-requestid': 'dRNtqr8xgryb0jkuxiy97q4VLY0YzCQSFcXHEFxGZ3wlmPGXlIsD', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163149Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163149Z
20251111/us-east-1/s3/aws4_request
b8b126c62f88326b29f7cb4ad60920bebfbf28b74715425456a56bc600b1a0e5
DEBUG    botocore.auth:auth.py:430 Signature:
55451adcc100496d28f8b79709bb155c11b86aa4f61c65495d28753c878980cf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163149Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=55451adcc100496d28f8b79709bb155c11b86aa4f61c65495d28753c878980cf', 'amz-sdk-invocation-id': b'8ae46795-bb4e-449b-9d63-4875ac1414ef', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:49 GMT', 'x-amzn-requestid': 'KyDnZjSXtbRNyBrz4kDH9M3ThREHCj0u9NZY1fxafRyXcjVEZL03', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f78bf151-aa29-44af-b344-cfa52a224a60, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f78bf151-aa29-44af-b344-cfa52a224a60, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, f78bf151-aa29-44af-b344-cfa52a224a60, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 775ad0eb-14ef-42e1-8de9-f292e8b1f2ab, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 775ad0eb-14ef-42e1-8de9-f292e8b1f2ab, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 775ad0eb-14ef-42e1-8de9-f292e8b1f2ab, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163151Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163151Z
20251111/us-east-1/s3/aws4_request
09d16fb6759a533d93dc2064e35d95311f7cd81bde4cc779e2423763f9303374
DEBUG    botocore.auth:auth.py:430 Signature:
04656399ef43410a37a7e3e2c6537f5c13157bf17ed78b21b4741a6237a2c509
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163151Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=04656399ef43410a37a7e3e2c6537f5c13157bf17ed78b21b4741a6237a2c509', 'amz-sdk-invocation-id': b'514770a8-b3ca-4686-8097-244dde340e38', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:51 GMT', 'x-amzn-requestid': '3Fb4VaUBF8a6GLBTbeL9pgVdbCflulWgvz7mvfSSUZRMjOEjFz6E', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163151Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163151Z
20251111/us-east-1/s3/aws4_request
0c6dbbd8f1d4b020e2a024e205da9618c38a38433a4e74ec665da514a6e4a707
DEBUG    botocore.auth:auth.py:430 Signature:
f44b5985496e6e05eb3b1c29f7ccf5dbdb47bc3e5e1cd571be4273756e0efdf3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163151Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f44b5985496e6e05eb3b1c29f7ccf5dbdb47bc3e5e1cd571be4273756e0efdf3', 'amz-sdk-invocation-id': b'bf547004-eec3-400e-86f9-22c26c2f052f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:51 GMT', 'x-amzn-requestid': 'PA5eFypE1MVIn7UTcOe8wxDawXPCyWg0RFUEMnucur8VQm0w1au4', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163151Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163151Z
20251111/us-east-1/s3/aws4_request
321cbff140863872e020c716bc27f1946cf664ac8cc0254b7cb2a50b875bf628
DEBUG    botocore.auth:auth.py:430 Signature:
efdb92b0ffec394d55df5c14576e5cedefd95b01ff0dbb4b7f9ae398d053c9a9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163151Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=efdb92b0ffec394d55df5c14576e5cedefd95b01ff0dbb4b7f9ae398d053c9a9', 'amz-sdk-invocation-id': b'c2082c44-ea14-4fe8-84b2-b0730255d62f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:51 GMT', 'x-amzn-requestid': '8DFMcosmGWOJuSJoHR2RixsGaui1CZixyBytLSJXsMGPFJPVA3CR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 51cc467b-b76e-41aa-814f-a227222efa11, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 51cc467b-b76e-41aa-814f-a227222efa11, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 51cc467b-b76e-41aa-814f-a227222efa11, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3e898894-7aca-4dd0-943b-b6e50fed6cbc, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3e898894-7aca-4dd0-943b-b6e50fed6cbc, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 3e898894-7aca-4dd0-943b-b6e50fed6cbc, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163153Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163153Z
20251111/us-east-1/s3/aws4_request
1a6ba02c4b52fbb76048c17afb994f0b39f83be6974627c5e24eed43bcc56602
DEBUG    botocore.auth:auth.py:430 Signature:
46c0c66096e84b4ac4d61740dca433d7d449733bb75e6afe79a7157252e79290
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163153Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=46c0c66096e84b4ac4d61740dca433d7d449733bb75e6afe79a7157252e79290', 'amz-sdk-invocation-id': b'16019f53-c143-41e1-93f2-92bd469d6c2c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:53 GMT', 'x-amzn-requestid': 'peoS7Jm4GgqbnPhZbYxoVKw25uWv4AbXDCeZKdIXwEKL80yJ2qhU', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163153Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163153Z
20251111/us-east-1/s3/aws4_request
13920334e0e55669837db269eb6f5a5e31184a1b974fd2ca45296b850f82fd52
DEBUG    botocore.auth:auth.py:430 Signature:
7b0adb8d1da2fa51d98e459cf5902086bebef79fe4c9cae8a82a9f29ec7ec5ad
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163153Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7b0adb8d1da2fa51d98e459cf5902086bebef79fe4c9cae8a82a9f29ec7ec5ad', 'amz-sdk-invocation-id': b'40bc1396-2627-4546-b9ca-e5810587a18e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:53 GMT', 'x-amzn-requestid': 'vqWUhvS4jFpg8peL5i4d8cAjXq0dvhujAlgyJqbG6Y1KLwRMnL1N', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163153Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163153Z
20251111/us-east-1/s3/aws4_request
6970b0f0cf3a675dcc3418aa1c2fb46e25dfbe93c7fadc8a9ce24c89dea8f66b
DEBUG    botocore.auth:auth.py:430 Signature:
8cffec8df39ec1b3f6d980104e70915c4906b7fcbc2afcef7e0a90035594ba01
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163153Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8cffec8df39ec1b3f6d980104e70915c4906b7fcbc2afcef7e0a90035594ba01', 'amz-sdk-invocation-id': b'5ce9ab9c-00dc-430f-9a55-fbae2d5f0f66', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:53 GMT', 'x-amzn-requestid': 'y8lZUBCUiJOOTDdqovnzZsp5vu0LyVGJv2PAZVSOTUkgQ0nfhCPq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1e6ff486-7aab-4632-bb35-11a9e25dec42, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1e6ff486-7aab-4632-bb35-11a9e25dec42, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 1e6ff486-7aab-4632-bb35-11a9e25dec42, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 46d6b674-0d25-45f1-ac08-8083dcc5b5db, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 46d6b674-0d25-45f1-ac08-8083dcc5b5db, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 46d6b674-0d25-45f1-ac08-8083dcc5b5db, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163154Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163154Z
20251111/us-east-1/s3/aws4_request
305ecdbe43458d3da97ddbb418e36b6c04c7741579bb881b14051888bc1d8b0d
DEBUG    botocore.auth:auth.py:430 Signature:
3db6aac952f1dcbfa84806960bd8beb3677dc34b23e7325e2d9a811f0d2baf8f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163154Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3db6aac952f1dcbfa84806960bd8beb3677dc34b23e7325e2d9a811f0d2baf8f', 'amz-sdk-invocation-id': b'243eccb1-5df7-42cc-9541-9380ef970642', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:54 GMT', 'x-amzn-requestid': 'Gso2u2iDvEGDvWDbirfkUSkx5jTrrw5BUIv6xHsfi24xIyKRA35J', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163154Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163154Z
20251111/us-east-1/s3/aws4_request
4912d128f869726c1a11074a9f827ae2a8fb1e8969af3166e914c96d381dbf33
DEBUG    botocore.auth:auth.py:430 Signature:
f51a223c2e4dcd5266dd70a14b1b4840fad255293b72ff9eff2a01d45053495a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163154Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f51a223c2e4dcd5266dd70a14b1b4840fad255293b72ff9eff2a01d45053495a', 'amz-sdk-invocation-id': b'2859e5fd-f0d9-45d1-bd4e-d1f47e261f6f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:54 GMT', 'x-amzn-requestid': 'hqiLDPlSSRIeRpbd7a5IY6mMPF2xz9DHSWqeEfn8PvL5ZZV0KjR6', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163154Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163154Z
20251111/us-east-1/s3/aws4_request
e0032c19b3983c44afe937fed582f01bb6dd691cb6c1cc9f8cda79a92b48ecd9
DEBUG    botocore.auth:auth.py:430 Signature:
470db532d286b36049564dd9602a8e7b4232d43bc6e4f0774fd07c91a89dd414
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163154Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=470db532d286b36049564dd9602a8e7b4232d43bc6e4f0774fd07c91a89dd414', 'amz-sdk-invocation-id': b'42e575bb-fd5e-4a7f-be94-8d37d1f395d8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:54 GMT', 'x-amzn-requestid': '0SDTfDn5sNKKUphlbHV62hi4fMvIRL3OrHp2JAaq213Hurl8APBz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
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.connection:connection.py:375 RpcState(ExecuteQuery, d90cb638-c6fe-47ec-bcaa-f48e5031265a, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d90cb638-c6fe-47ec-bcaa-f48e5031265a, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d90cb638-c6fe-47ec-bcaa-f48e5031265a, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, 97f9eaa0-5b7f-4f76-920c-6d4d5e4bd5ce, localhost:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 97f9eaa0-5b7f-4f76-920c-6d4d5e4bd5ce, localhost:6475): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 97f9eaa0-5b7f-4f76-920c-6d4d5e4bd5ce, localhost:6475): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-eb3j45nagm.auto.internal" port: 6475 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-eb3j45nagm.auto.internal:6475, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:6475
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9109f594-0a5c-40e2-9255-76523d1fd5d0, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9109f594-0a5c-40e2-9255-76523d1fd5d0, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 9109f594-0a5c-40e2-9255-76523d1fd5d0, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163156Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163156Z
20251111/us-east-1/s3/aws4_request
34d24db914905b9bca21f8e8dfbd80858769778e67080f1e083ee895816e47b9
DEBUG    botocore.auth:auth.py:430 Signature:
f764bf331b2e5f73fe1fb0a57436cfeafc12c672096d40bf7e23651fe6781aca
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163156Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f764bf331b2e5f73fe1fb0a57436cfeafc12c672096d40bf7e23651fe6781aca', 'amz-sdk-invocation-id': b'4ff11fce-eecf-4e1e-b094-6c0a25fb4ff8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:56 GMT', 'x-amzn-requestid': 'hcLKykbXsfSTMqeLyHwavqKKUJIeLq4kVBm42ny7caKExROUMwRB', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163156Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163156Z
20251111/us-east-1/s3/aws4_request
b056b70b8d25b212492f727e021fc9f1bad82177e7ce56ce701208c81ce341f3
DEBUG    botocore.auth:auth.py:430 Signature:
aad3df1b18e170590ec27c42a7088f2ca8cb032a166ae85fa5c2da882e17fc7b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163156Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aad3df1b18e170590ec27c42a7088f2ca8cb032a166ae85fa5c2da882e17fc7b', 'amz-sdk-invocation-id': b'fcd60f80-406e-4a6f-a2c9-6499b52e6f14', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:56 GMT', 'x-amzn-requestid': '4iDeEZRcC1gQdSQRqCGfC1pfpKYfDsVnX8DtOkss0fJ1uabvC1ic', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163156Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163156Z
20251111/us-east-1/s3/aws4_request
4954ecb4ab9cf22d2577263696d25fc712728b6e3d7d3f8a75eb37495ea4bd21
DEBUG    botocore.auth:auth.py:430 Signature:
027f81fbc55b128f3ef0a083264543b8536518849c918fd788244972d798b7fb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163156Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=027f81fbc55b128f3ef0a083264543b8536518849c918fd788244972d798b7fb', 'amz-sdk-invocation-id': b'9cf7885b-cd30-49bc-b40b-2ddc54579122', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:56 GMT', 'x-amzn-requestid': 'tELMO2Yjj7RvwGJClTSSVhIT6DhSUfENxO9UU5EU4yQvOspQgG2d', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aa583bb6-6132-4cc8-9348-192450db2d48, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aa583bb6-6132-4cc8-9348-192450db2d48, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, aa583bb6-6132-4cc8-9348-192450db2d48, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bead920d-54f2-4120-a161-3bce853e6810, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bead920d-54f2-4120-a161-3bce853e6810, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, bead920d-54f2-4120-a161-3bce853e6810, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163158Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163158Z
20251111/us-east-1/s3/aws4_request
e970b592f6d87d6e148892531a35883f0c59f265a8ddec2a72f28ec03f5b6544
DEBUG    botocore.auth:auth.py:430 Signature:
d3cb246ec9e899fe623139e3e402910da0f6eb358e35de0b9a347b43c17af251
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163158Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d3cb246ec9e899fe623139e3e402910da0f6eb358e35de0b9a347b43c17af251', 'amz-sdk-invocation-id': b'34c34fb5-b35a-4abb-954f-31e09c8f60b4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:58 GMT', 'x-amzn-requestid': '0B7XiwYtzEi90LmMGVcj1ybNQxAGgxJTDNIXTOtL1HoxRQUEDm5J', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163158Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163158Z
20251111/us-east-1/s3/aws4_request
3694ca2c1a8bb709362403664ce28251f6333cd815c6e35bbad322d068bbc1c7
DEBUG    botocore.auth:auth.py:430 Signature:
7b81f58836ef13513246e4e1b1df9495c0a8d46a3cccafdfacb7830b2ff30756
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163158Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7b81f58836ef13513246e4e1b1df9495c0a8d46a3cccafdfacb7830b2ff30756', 'amz-sdk-invocation-id': b'34d40a5a-ae6e-4ea5-8d7e-b034c5cf09b5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:31:58 GMT', 'x-amzn-requestid': 'YUFWJP7fuvmaXoGOL8ZnRpg6Gwga7YWi8ZAlC1lOTMUAOhxkmbaZ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163158Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163158Z
20251111/us-east-1/s3/aws4_request
a487b2c7357a6f78d6346c8f02904f183e1deb68fd87296484c615d65a1f0f26
DEBUG    botocore.auth:auth.py:430 Signature:
d4606b11be27f854906acd87ad95efab3b2632ae0dab66391ddad1900ccedf7d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163158Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d4606b11be27f854906acd87ad95efab3b2632ae0dab66391ddad1900ccedf7d', 'amz-sdk-invocation-id': b'9365b41a-0729-4639-9389-4e3b9380666d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:31:58 GMT', 'x-amzn-requestid': 'dXmcGOvlUkXztAoJGgsrK2n30cVO72ZdJ5rYIcOs0L2JOcp5DTkC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7925f203-8771-4ca6-8d9d-c6f7f438a87c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7925f203-8771-4ca6-8d9d-c6f7f438a87c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 7925f203-8771-4ca6-8d9d-c6f7f438a87c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 65f4007c-3f24-4a3a-a52e-58a397f86540, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 65f4007c-3f24-4a3a-a52e-58a397f86540, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 65f4007c-3f24-4a3a-a52e-58a397f86540, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163200Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163200Z
20251111/us-east-1/s3/aws4_request
b47dc6bdfe7a919154e0af28e31ffa7c296cef820b95ff4a68e1f1352028ee09
DEBUG    botocore.auth:auth.py:430 Signature:
c062c0f9a748cffb7f93a229318c06f5b5c8a777179b61bdaeedb001afdca1cc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163200Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c062c0f9a748cffb7f93a229318c06f5b5c8a777179b61bdaeedb001afdca1cc', 'amz-sdk-invocation-id': b'ffe3429f-9bf9-4855-84ff-ad67532195b0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:00 GMT', 'x-amzn-requestid': 'NTnu7zylkeujWWcNVGjjgDuVbHSQPsBSQQVGl0b8blRdiLdhDupn', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163200Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163200Z
20251111/us-east-1/s3/aws4_request
805386121744fc4a858eb1f2697991ab8799d07499178a6c87e4f2939114228d
DEBUG    botocore.auth:auth.py:430 Signature:
34c30d31dfd04cad3823e33bcceeb7018615271c40839263207186ab24f4976f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163200Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=34c30d31dfd04cad3823e33bcceeb7018615271c40839263207186ab24f4976f', 'amz-sdk-invocation-id': b'c820d957-2121-43e1-a6b5-94132e4a0db0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:00 GMT', 'x-amzn-requestid': 'z0KKdpyHRnDGE2Ig90X1u0ZT5teLThoWgSRLpiYv4igSlB9Pu6g1', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163200Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163200Z
20251111/us-east-1/s3/aws4_request
82983c3894ed5b5fb7dcc8c3011047a15f6e321ed2a555e3ad1e5b1f5d863fdb
DEBUG    botocore.auth:auth.py:430 Signature:
7bd3c954902a39ec2e8016e0f28bccd9f5641bb2890839fd0606cecef1c46ec2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163200Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7bd3c954902a39ec2e8016e0f28bccd9f5641bb2890839fd0606cecef1c46ec2', 'amz-sdk-invocation-id': b'de1b93cf-85cd-47e0-b2d5-890687572f31', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:00 GMT', 'x-amzn-requestid': '17NUKRM9Y0jDlpQPs7KRaG43bLFkLYReRezyhLcXb87ut9yI8ilW', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 88ca6936-15c7-48b6-9ab6-192e00e77163, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 88ca6936-15c7-48b6-9ab6-192e00e77163, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 88ca6936-15c7-48b6-9ab6-192e00e77163, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 87d4b01b-82e9-445d-85a8-043dd0bd533a, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 87d4b01b-82e9-445d-85a8-043dd0bd533a, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 87d4b01b-82e9-445d-85a8-043dd0bd533a, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163201Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163201Z
20251111/us-east-1/s3/aws4_request
8c49111d80bf3812e3ced6b5380f36c1261030870ebd6a413c7792b1781e7d43
DEBUG    botocore.auth:auth.py:430 Signature:
0c52604354ba09879ed16be10ba1091ca5b7d7f55ede1d9e555a2bcc2c8271e0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163201Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0c52604354ba09879ed16be10ba1091ca5b7d7f55ede1d9e555a2bcc2c8271e0', 'amz-sdk-invocation-id': b'35444896-07a0-4b16-8c1d-379b41f2a0cc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:01 GMT', 'x-amzn-requestid': 'fTDIhbvVMOHkqatpwLfaaICJJO410zdY270DihitcukYnVaFgNJF', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163201Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163201Z
20251111/us-east-1/s3/aws4_request
60ccdb5176015c84f1c6160a4fa5e87286440957833c7291ba102d73fa33b75d
DEBUG    botocore.auth:auth.py:430 Signature:
a65779426d38e8014061ca710461e43681f679164251ecef5aa1e75290107ac3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163201Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a65779426d38e8014061ca710461e43681f679164251ecef5aa1e75290107ac3', 'amz-sdk-invocation-id': b'32230295-710b-40fb-857b-d6f043f37fb6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:01 GMT', 'x-amzn-requestid': 'hcAruqWGWzXscteFcRyTsudSluI62lwcO0VG2SDVBUU4xodePzZ0', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163202Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163202Z
20251111/us-east-1/s3/aws4_request
fbf2c24721ef2258b99058cab47edf78c5de08190a5bbb87978d72b0c43087b3
DEBUG    botocore.auth:auth.py:430 Signature:
d334dbb59da855bc4e6ecd040621dc5b3f98e8ae789f8d4247acf2967905b30a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163202Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d334dbb59da855bc4e6ecd040621dc5b3f98e8ae789f8d4247acf2967905b30a', 'amz-sdk-invocation-id': b'a70815c9-952b-4734-8057-fa636aa89767', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:02 GMT', 'x-amzn-requestid': 'jNWuVWlv1frwbu4pCeTCnys6vSgffhgs3Fp9zfuReWCNEWWoKMhC', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bc4568b8-d8d5-4ff7-b5bd-3250d1791fe9, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bc4568b8-d8d5-4ff7-b5bd-3250d1791fe9, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, bc4568b8-d8d5-4ff7-b5bd-3250d1791fe9, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9369075d-f5b2-4e6d-bfba-3b99b14054f8, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9369075d-f5b2-4e6d-bfba-3b99b14054f8, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 9369075d-f5b2-4e6d-bfba-3b99b14054f8, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163203Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163203Z
20251111/us-east-1/s3/aws4_request
2809e0f3a8bddf9d9288f7cff6e7d51daa2b4bfcb2b10792a25cf0ca42fbee32
DEBUG    botocore.auth:auth.py:430 Signature:
e736e882a463157011da7d4ed52b834b44f0366674ef84c84fc2650a7138cd8b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163203Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e736e882a463157011da7d4ed52b834b44f0366674ef84c84fc2650a7138cd8b', 'amz-sdk-invocation-id': b'30d06c15-5b15-4521-9aa7-0eda6d916102', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:03 GMT', 'x-amzn-requestid': 'g0y05SN8UTREOBXJYDnWwQPdGwllfu0SSaSNYscPJwzFKq5ZrtvV', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163203Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163203Z
20251111/us-east-1/s3/aws4_request
f54b9acbe1db6740c875dd647836878a884a2b8d8f1b4d95d5a6aeb499ca87a3
DEBUG    botocore.auth:auth.py:430 Signature:
17df096510118a16f67fe4d883f783eb59ea8be7ed01e730e3ba57208891f824
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163203Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=17df096510118a16f67fe4d883f783eb59ea8be7ed01e730e3ba57208891f824', 'amz-sdk-invocation-id': b'ed5f476c-d446-4329-93d2-f651ac73bdbf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:03 GMT', 'x-amzn-requestid': 'MfmAI4MBiRZugn5XO4LS3S9nZg7DIRwKtqkk2m9t7ULown5fJHXl', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163203Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163203Z
20251111/us-east-1/s3/aws4_request
482238ed9eb51c6f7ea422e53d36c9f757b61cad4929366a962417a4b543ea52
DEBUG    botocore.auth:auth.py:430 Signature:
ea5e5eb5506bfabf4ba9ab3d2e33e54f7301e21eaeda5c71b44a3d2fa5f9e176
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163203Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ea5e5eb5506bfabf4ba9ab3d2e33e54f7301e21eaeda5c71b44a3d2fa5f9e176', 'amz-sdk-invocation-id': b'8f014f0e-4342-4fe8-aab8-f788257111d3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:03 GMT', 'x-amzn-requestid': 'Gi6RoqxPw1x6WktSr2i1D9Rv6NYFkPkaQI7XExfs8hguLA2uRlib', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 363e4e6f-c063-4f81-b71d-5c452985d341, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 363e4e6f-c063-4f81-b71d-5c452985d341, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 363e4e6f-c063-4f81-b71d-5c452985d341, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ea34282b-aba6-48ba-9628-cb3c34be6b25, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ea34282b-aba6-48ba-9628-cb3c34be6b25, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, ea34282b-aba6-48ba-9628-cb3c34be6b25, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163205Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163205Z
20251111/us-east-1/s3/aws4_request
3a173e88579d04c4503c22a4d8554344280fec0d04fb804be03d332785556642
DEBUG    botocore.auth:auth.py:430 Signature:
ddaf3adbda5faa3992f0b9569a7d42b6d27c496d0dabede6689ef290177a6780
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163205Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ddaf3adbda5faa3992f0b9569a7d42b6d27c496d0dabede6689ef290177a6780', 'amz-sdk-invocation-id': b'df8f62ad-13c2-4b6b-85ab-4ad50ace8e1b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:05 GMT', 'x-amzn-requestid': '4AUKtVV4RtwQRCWvk5RDIP1eu5N9N3iNjHQSCNLJg3TW70mOZnXl', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163205Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163205Z
20251111/us-east-1/s3/aws4_request
c1d3eb57660dc857a9edddeb1b115445c103641a996067d25d507567bec1e707
DEBUG    botocore.auth:auth.py:430 Signature:
17362ba5702c189c46d5a9e7590b68cb87674e339d7894283e7bb66beca07476
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163205Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=17362ba5702c189c46d5a9e7590b68cb87674e339d7894283e7bb66beca07476', 'amz-sdk-invocation-id': b'e62ab26f-e956-40ac-a9ac-e6108fc5f07e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:05 GMT', 'x-amzn-requestid': 'A14y04hYwQZ6h126VxuV7TtQ6z5Ymy78rT4AkyNsgy5c2H5iLWp9', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163205Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163205Z
20251111/us-east-1/s3/aws4_request
4374720af323c9bf6b12d52d5cc59f3a6b0fc215187b8ee12948e74eaec929a1
DEBUG    botocore.auth:auth.py:430 Signature:
22d8db7b5c286d31c5ada36bfdf0409d743c13798685b07e1e1a27e227f0d131
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163205Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=22d8db7b5c286d31c5ada36bfdf0409d743c13798685b07e1e1a27e227f0d131', 'amz-sdk-invocation-id': b'accd5778-5230-46aa-a955-077bc5aa8cf5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:05 GMT', 'x-amzn-requestid': 'idwG59mrrHZgo1SpGAHvtOpbJMKMzBDThqc696N4d8kxvfaeYMSO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8862f0cb-59a7-4ac3-8a19-3a68d0472812, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8862f0cb-59a7-4ac3-8a19-3a68d0472812, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 8862f0cb-59a7-4ac3-8a19-3a68d0472812, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9837914c-12f4-4d19-ad53-8210500cf712, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9837914c-12f4-4d19-ad53-8210500cf712, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 9837914c-12f4-4d19-ad53-8210500cf712, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163207Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163207Z
20251111/us-east-1/s3/aws4_request
ad67cc029dc2d9e508880130d75013dddd2b02c8cefcf09a7d093d01490700fe
DEBUG    botocore.auth:auth.py:430 Signature:
7dc815def1936fe27fae872ae21c613dfca1a729f78ada1c917a733bb1c6d632
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163207Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7dc815def1936fe27fae872ae21c613dfca1a729f78ada1c917a733bb1c6d632', 'amz-sdk-invocation-id': b'a5cdf7c3-9a9d-4ff5-a86a-c649760e7036', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:07 GMT', 'x-amzn-requestid': 'Nak5bgYP9Sf46aV4dXapgsCIGGOhLWo976Nfd843d5zp9GVFXjX9', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163207Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163207Z
20251111/us-east-1/s3/aws4_request
606c07d53334b00314ae43903ae91b649ce31be4690b47bc99a477971759e18e
DEBUG    botocore.auth:auth.py:430 Signature:
4e40b2f5f3ba2a4d1d43239ff5b36d5b4e36ea8cb4e3dfb19054d80e14f16036
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163207Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4e40b2f5f3ba2a4d1d43239ff5b36d5b4e36ea8cb4e3dfb19054d80e14f16036', 'amz-sdk-invocation-id': b'713c1a2c-0d69-4865-b6d4-e99715a17209', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:07 GMT', 'x-amzn-requestid': 'j85QxWravzGrbWZm8yXaH6M53ZC3YXVBS2gHHN5TbmCTH5taWJyk', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163207Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163207Z
20251111/us-east-1/s3/aws4_request
cef773d33a09553fe51c799c2df3d1d812c9e9b0cdc622f3b2d000b436093190
DEBUG    botocore.auth:auth.py:430 Signature:
b01d219bdae9a471457a2810180c5b31670dea33e3fb9867a83ec8a96d904105
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163207Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b01d219bdae9a471457a2810180c5b31670dea33e3fb9867a83ec8a96d904105', 'amz-sdk-invocation-id': b'9730ad61-2904-4e78-9257-f85bbadf0b67', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:07 GMT', 'x-amzn-requestid': 'ulqf0dbEpr4t8BevPIy7qyunmaA932fiZrQiPqDV58kgqOynCDPL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8f09414a-2e11-4826-9180-d092de8c56bc, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8f09414a-2e11-4826-9180-d092de8c56bc, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 8f09414a-2e11-4826-9180-d092de8c56bc, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6a658bc8-d2fa-43ce-a23a-af4f72c35647, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6a658bc8-d2fa-43ce-a23a-af4f72c35647, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 6a658bc8-d2fa-43ce-a23a-af4f72c35647, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163209Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163209Z
20251111/us-east-1/s3/aws4_request
a7f2747e5b31367d9d610a12a3a10f4ae67c080c47c7b9a0e3fd87ae5b61a30c
DEBUG    botocore.auth:auth.py:430 Signature:
bf6cf6c3ab47ffd7ad465a230e15d240f8a5585f5ae5fad7688e838da3d4d919
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163209Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bf6cf6c3ab47ffd7ad465a230e15d240f8a5585f5ae5fad7688e838da3d4d919', 'amz-sdk-invocation-id': b'de8a6b1b-d225-4850-8cc7-b0025ca5a1f2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:09 GMT', 'x-amzn-requestid': 'boD2nrXzS5JQqjMEfqkXAINaSQCivofqCDS3FYhFNy2rX8wXF9GT', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163209Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163209Z
20251111/us-east-1/s3/aws4_request
a99e8fb1c3c252edc8549db796f7a8ba138126140603027acb45a71a7260fb6f
DEBUG    botocore.auth:auth.py:430 Signature:
1de9bc81a5b157a1191366da08d5caa89e0c98dc8b4049b6d3f10fb14f8d2a3d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163209Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1de9bc81a5b157a1191366da08d5caa89e0c98dc8b4049b6d3f10fb14f8d2a3d', 'amz-sdk-invocation-id': b'251177d4-7f42-4fe2-9ea4-ade65a998888', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:09 GMT', 'x-amzn-requestid': 'LA0uri3Nkwy5Cgz5I6wVKX9aEUACsZAwkw9JThyQrtYM5oyld2hs', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163209Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163209Z
20251111/us-east-1/s3/aws4_request
341489d47f073364086d5321f02484684199a55c7283adebdc91cba7108cba05
DEBUG    botocore.auth:auth.py:430 Signature:
35b7d42753097733b5b62ebaae719b7fed6317a1a7c6a9737e13d6497d92f2e3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163209Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=35b7d42753097733b5b62ebaae719b7fed6317a1a7c6a9737e13d6497d92f2e3', 'amz-sdk-invocation-id': b'0ff85691-a77b-4257-b5a9-443e5d8ab590', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:09 GMT', 'x-amzn-requestid': 'MKRGwABUEQTmQm0pIpVrICnnjWoe0wmqHFW97bdxRYGuplQFKLH9', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 797c39d2-d9fe-4e1b-930b-e686e6204c4f, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 797c39d2-d9fe-4e1b-930b-e686e6204c4f, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 797c39d2-d9fe-4e1b-930b-e686e6204c4f, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 03d6d48d-5438-477a-9742-16af1ca6d43f, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 03d6d48d-5438-477a-9742-16af1ca6d43f, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 03d6d48d-5438-477a-9742-16af1ca6d43f, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163210Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163210Z
20251111/us-east-1/s3/aws4_request
174942b900ea0b4391083f38bd26ac5215e32bcc0c13401e454dfe33b620dd48
DEBUG    botocore.auth:auth.py:430 Signature:
7cf4b1b241407c134ce4967430add1f02a98a26ad96d52038169231dd5c0ce4c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163210Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7cf4b1b241407c134ce4967430add1f02a98a26ad96d52038169231dd5c0ce4c', 'amz-sdk-invocation-id': b'b6d61de0-2e15-4c7c-a347-09510db86325', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:10 GMT', 'x-amzn-requestid': 'sJVEJruwAvdzjj1U8106fcDDW9657fI8nEZyD9MbmT0gCusRxvO4', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163210Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163210Z
20251111/us-east-1/s3/aws4_request
81a3fc7ae23977b431165f7bb2a0ac44c2ec5f4fcadb9eb0ddd5a179fe66696d
DEBUG    botocore.auth:auth.py:430 Signature:
97c283ae45587e66fe9589b1161bb286f90d12d3a35156366d43a7fa136d459b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163210Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=97c283ae45587e66fe9589b1161bb286f90d12d3a35156366d43a7fa136d459b', 'amz-sdk-invocation-id': b'6a28e042-f2d8-47bc-99f5-185a0512f0a5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:10 GMT', 'x-amzn-requestid': '5DhCarhX82LHVoRdIXG9ZGZaqrbgv7bL0VagbMJffr8tBgTbXx7W', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163210Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163210Z
20251111/us-east-1/s3/aws4_request
f57dfa8eca1b358ca06e22efb515a35294e5bb212dea97e8f2fb2a27bd28a768
DEBUG    botocore.auth:auth.py:430 Signature:
449e423093edc4d510b0e4f4a7b73716fa7e2fdfc8ed7cdc38b9718dfb836e44
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163210Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=449e423093edc4d510b0e4f4a7b73716fa7e2fdfc8ed7cdc38b9718dfb836e44', 'amz-sdk-invocation-id': b'1128018b-cf45-45d0-89ec-5360513be659', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:11 GMT', 'x-amzn-requestid': '8GPj72sabRiXdkLAUogIK67TJlhFUqWQqd3OvGZFcIwdQsfvD1ci', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 108e5499-2b81-4e6f-8354-6e8d84fda854, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 108e5499-2b81-4e6f-8354-6e8d84fda854, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 108e5499-2b81-4e6f-8354-6e8d84fda854, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 85d316bc-6046-4e9b-aac7-26b548504ef4, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 85d316bc-6046-4e9b-aac7-26b548504ef4, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 85d316bc-6046-4e9b-aac7-26b548504ef4, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163212Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163212Z
20251111/us-east-1/s3/aws4_request
58d13e91ba58cec4bbdf8e4bb2963645e5b8bbcf6f0402ec5717782571c2f403
DEBUG    botocore.auth:auth.py:430 Signature:
1b417c25d51c6390dfb5c1b202a4fcc46b49bffb0ce5f54b33ff876f9bb3408e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163212Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1b417c25d51c6390dfb5c1b202a4fcc46b49bffb0ce5f54b33ff876f9bb3408e', 'amz-sdk-invocation-id': b'c1ce2ff3-bf53-454f-bf81-1f4825b65c43', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:12 GMT', 'x-amzn-requestid': 'chfqN5X8dOmsKC0wzXjnb4jPy1u2wFCC5aSUqx3vDIZUsXFCoxFB', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163212Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163212Z
20251111/us-east-1/s3/aws4_request
ba069a428a1ad72359876654117963514ccfc9771847d2a0f94f1bbf49cb496d
DEBUG    botocore.auth:auth.py:430 Signature:
1688f0755938b32f250a3773405f1a2f15609a7eb6abf2716f8751ba96786d03
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163212Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1688f0755938b32f250a3773405f1a2f15609a7eb6abf2716f8751ba96786d03', 'amz-sdk-invocation-id': b'21ff7e2b-9660-45f6-8c96-e46498b40f73', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:12 GMT', 'x-amzn-requestid': 'YGnlgF2hxQWdiWDvMpOsYasFdnxM13tAY4aUdCNolbtdo3gcUIYc', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163212Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163212Z
20251111/us-east-1/s3/aws4_request
93364845e97bd7b69fefb53cafd88e7e4e5e6393750da0ed627fbd05d91f1549
DEBUG    botocore.auth:auth.py:430 Signature:
35c23c4ead4f2c5b8e65aa5d7f08f2493d4ff7d7c1227b1758183e8a3aa61688
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163212Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=35c23c4ead4f2c5b8e65aa5d7f08f2493d4ff7d7c1227b1758183e8a3aa61688', 'amz-sdk-invocation-id': b'af4ff1b1-8fab-4896-bdd8-60ed71519c26', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:12 GMT', 'x-amzn-requestid': 'IFIKlNipZLp9YhAlwOtESqnqYidbv2Jcfbe7VQva59Ov02NlYt89', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d6585aba-30df-4afd-9e19-29670f475f36, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d6585aba-30df-4afd-9e19-29670f475f36, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d6585aba-30df-4afd-9e19-29670f475f36, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1eb70b53-b09a-4474-b0ac-1619741cc3db, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1eb70b53-b09a-4474-b0ac-1619741cc3db, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 1eb70b53-b09a-4474-b0ac-1619741cc3db, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163214Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163214Z
20251111/us-east-1/s3/aws4_request
12fb35190ff272195459cba2f8680b0c623779d4c0f26ed4ce2e052ca37e687a
DEBUG    botocore.auth:auth.py:430 Signature:
3dd61cac0aa4ab52f67ef183ac554ab31916bb94778f6db556937c12549bfd86
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163214Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3dd61cac0aa4ab52f67ef183ac554ab31916bb94778f6db556937c12549bfd86', 'amz-sdk-invocation-id': b'34525760-726c-40d0-afac-45c39612660f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:14 GMT', 'x-amzn-requestid': 'Ti1yzf4TOC6OWBfDjvGx0BqkDvTdxyeWQjRaCLLddaa3qmjExutH', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163214Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163214Z
20251111/us-east-1/s3/aws4_request
0aef72df90bac9ff880eed73cb349059f98cd87d2cdb7f1109104c9f05de3f20
DEBUG    botocore.auth:auth.py:430 Signature:
fed8524a03561435b40baa68c4d3038239ae86e417882e46274457f7fe1fc8fa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163214Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fed8524a03561435b40baa68c4d3038239ae86e417882e46274457f7fe1fc8fa', 'amz-sdk-invocation-id': b'e9166b62-fe9b-46cd-a4f2-520b47275261', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:14 GMT', 'x-amzn-requestid': 'KlbzCektgRFV2TKNvo2IxdQ1U9NLKUJemkNQ6sVITFw5evXL4BMV', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163214Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163214Z
20251111/us-east-1/s3/aws4_request
7d3466545e577a86eacee9c9443be648c2568bdc2b315f0cb702dce7368c6250
DEBUG    botocore.auth:auth.py:430 Signature:
bb52ff88dde07aaaece7e9f71ad08caacf656bdd41ef1326a942647489278444
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163214Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bb52ff88dde07aaaece7e9f71ad08caacf656bdd41ef1326a942647489278444', 'amz-sdk-invocation-id': b'4769e0a2-d79f-46d4-8124-3fe8335fb801', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:14 GMT', 'x-amzn-requestid': 'OAIokMfIQad64GZu5UuPPw9ZyT7glPQvM6lXsQZvFv3f4cgyPXl7', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8715c311-4db9-4b72-a78d-d951aa38cf0e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8715c311-4db9-4b72-a78d-d951aa38cf0e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 8715c311-4db9-4b72-a78d-d951aa38cf0e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ea5f1449-18a9-40e4-9ec0-338bec9a9338, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ea5f1449-18a9-40e4-9ec0-338bec9a9338, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, ea5f1449-18a9-40e4-9ec0-338bec9a9338, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163216Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163216Z
20251111/us-east-1/s3/aws4_request
5143e5bac0de3c6bd6125377955a5cb057fccd2a6958b50fbee510debd2c3df2
DEBUG    botocore.auth:auth.py:430 Signature:
e09fd7bc2a8656eb583c9fcac58b1871e184999762c5e155b0f9b7b17d3a4ac2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163216Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e09fd7bc2a8656eb583c9fcac58b1871e184999762c5e155b0f9b7b17d3a4ac2', 'amz-sdk-invocation-id': b'9fc2b053-88c2-4981-90cd-ea30773734dc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:16 GMT', 'x-amzn-requestid': 'FR7GXaOUX5Fqz6dICC7s3Jgb5DGBAEdNcaqkjzg90gFUoahDFkBe', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163216Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163216Z
20251111/us-east-1/s3/aws4_request
af7ba967888d4e85276a058fdc74b5b3e994a9b30003675777ad1f0380bdb1e3
DEBUG    botocore.auth:auth.py:430 Signature:
b4be43d6112b39075c996c5639a0b283c0767696c8c026dcb8c75ca75d64fcd5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163216Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b4be43d6112b39075c996c5639a0b283c0767696c8c026dcb8c75ca75d64fcd5', 'amz-sdk-invocation-id': b'107828d9-8724-414f-b070-12ed7bcd4301', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:16 GMT', 'x-amzn-requestid': 'lciklDdovfGK8MUhWOazA2dfNhor6zbleJ4j89Dky5RR8KaAdSO9', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163216Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163216Z
20251111/us-east-1/s3/aws4_request
0c07b64eaf2b45c8a04760bada1b9bba5aa5c70019a799e89ec216de5b5a7a58
DEBUG    botocore.auth:auth.py:430 Signature:
2ae6b22f4c843f21c42edddf7441bbfe7c15376a71ac59c645e9e1eb4c6c92a1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163216Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2ae6b22f4c843f21c42edddf7441bbfe7c15376a71ac59c645e9e1eb4c6c92a1', 'amz-sdk-invocation-id': b'86b47cc5-1ff4-4c21-96fd-c7cbe5a03fe2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:16 GMT', 'x-amzn-requestid': 'p58z7IsCqsCpH7TwwBuDhBqKO97doeFbUUMUZWm7gGhw58Dxlwri', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fc58762d-2346-43f3-a1ab-05af826b74b6, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fc58762d-2346-43f3-a1ab-05af826b74b6, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, fc58762d-2346-43f3-a1ab-05af826b74b6, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 12b9f678-008d-4fd1-8313-ed1046acf5e7, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 12b9f678-008d-4fd1-8313-ed1046acf5e7, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 12b9f678-008d-4fd1-8313-ed1046acf5e7, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163218Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163218Z
20251111/us-east-1/s3/aws4_request
e901610f6947ba5b16c3e1221481c71047d89420518df4d276432968de57b212
DEBUG    botocore.auth:auth.py:430 Signature:
49032bff94a2bebfddd7349e01d875b24d9bc96eb27ffb8d74f59f7fb4449b23
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163218Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=49032bff94a2bebfddd7349e01d875b24d9bc96eb27ffb8d74f59f7fb4449b23', 'amz-sdk-invocation-id': b'a85c5f0e-f663-491d-acf7-5e093d7f8243', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:18 GMT', 'x-amzn-requestid': '7Ezwso7JogBEgGQ1awbLHRquDzYpouDOGYICjVjzSxOcMPedzY07', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163218Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163218Z
20251111/us-east-1/s3/aws4_request
140200d29e5c5706a32960d6f86774f2fddcd1dd7ecf30d30ae48c56b104f6ea
DEBUG    botocore.auth:auth.py:430 Signature:
488c369737c545884db95efce99d0b83b936dacff063837f6d56827ad4369b6a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163218Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=488c369737c545884db95efce99d0b83b936dacff063837f6d56827ad4369b6a', 'amz-sdk-invocation-id': b'691f72f8-b557-4a84-8995-f07c2964840b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:18 GMT', 'x-amzn-requestid': 'zAx50QG1sboo3jXg9fnrLBfocJpspk08WnWLIrCtycPNzDp1Zp2P', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163218Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163218Z
20251111/us-east-1/s3/aws4_request
b1451599e57d37cd8123d55be1050b74dcfd51c241a7715247df550dc8c698a2
DEBUG    botocore.auth:auth.py:430 Signature:
c10ff7d40e31d614fa2784894da6996e2fbe0c4dd07ff8746c6f362d7c2f6fbf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163218Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c10ff7d40e31d614fa2784894da6996e2fbe0c4dd07ff8746c6f362d7c2f6fbf', 'amz-sdk-invocation-id': b'95cbc29a-2399-4324-8959-d65d60c1d8eb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:18 GMT', 'x-amzn-requestid': 'L04VcrpiLoQSCudFiydNm9KpZyBemBXyBshbGSrZSooNXFIbovqU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f56155d9-3afc-44d3-9343-18940f3f0b44, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f56155d9-3afc-44d3-9343-18940f3f0b44, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, f56155d9-3afc-44d3-9343-18940f3f0b44, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 383c6e13-e75f-491f-8fe2-64ba5917ab30, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 383c6e13-e75f-491f-8fe2-64ba5917ab30, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 383c6e13-e75f-491f-8fe2-64ba5917ab30, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163219Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163219Z
20251111/us-east-1/s3/aws4_request
3ab5ab9348dc0be81f9bf4e2c09506fbbdbe48840280063be6db08a5ae6f9df0
DEBUG    botocore.auth:auth.py:430 Signature:
657ee51b6addc8c240f0eaf17d447a852e3aa141dc79ad5274fdcc75535d0060
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163219Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=657ee51b6addc8c240f0eaf17d447a852e3aa141dc79ad5274fdcc75535d0060', 'amz-sdk-invocation-id': b'48ba301a-bebb-4607-8e3f-f1ee23db7c3a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:19 GMT', 'x-amzn-requestid': 'kHpCOdlVYZIFr3rPu2ipCKeLIhUKLkQKpQSmz86vvs2e2DSZqJSq', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163220Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163220Z
20251111/us-east-1/s3/aws4_request
e17f241946813f4a681e72f1d055e701b7a44374ad9027ab5304a77c1619fd2a
DEBUG    botocore.auth:auth.py:430 Signature:
685c42386ad904b6ef6c5a4ac3a83f7e67a27ec4290100b014b135c18adae59b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163220Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=685c42386ad904b6ef6c5a4ac3a83f7e67a27ec4290100b014b135c18adae59b', 'amz-sdk-invocation-id': b'3367e80f-3738-47d1-88f1-b703cfab7726', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:20 GMT', 'x-amzn-requestid': '3zgt32921nBAGWQv244LjgVh43WWRT1tdT2dgrGYciptf4xWWamp', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163220Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163220Z
20251111/us-east-1/s3/aws4_request
b8afcbe3e8f330f0dc7edc56ca04c4aa509c208e30bb7725cf60c402a75b4d8e
DEBUG    botocore.auth:auth.py:430 Signature:
99fa253a2d67589770e34beab0004d296a805d2d77e3f53b050b1d1beac2a11c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163220Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=99fa253a2d67589770e34beab0004d296a805d2d77e3f53b050b1d1beac2a11c', 'amz-sdk-invocation-id': b'5b7d5d4f-d3f5-49e3-a1c0-3192e07179ec', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:20 GMT', 'x-amzn-requestid': 'I0kFdMejmJ5q64DZEfjeEsnuI6GQfuT11qRyRmAUNIEoNxqaMl9k', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ad21f1a2-32ff-41ed-ad92-d5d49edc156e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ad21f1a2-32ff-41ed-ad92-d5d49edc156e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, ad21f1a2-32ff-41ed-ad92-d5d49edc156e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ac989ca2-9d79-487e-8c46-53895adf4e0e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ac989ca2-9d79-487e-8c46-53895adf4e0e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, ac989ca2-9d79-487e-8c46-53895adf4e0e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163221Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163221Z
20251111/us-east-1/s3/aws4_request
0af1cbfc51427f5651d61117752fb6ca7e6502c647794ee922ed4c6202dabb91
DEBUG    botocore.auth:auth.py:430 Signature:
c1cb64357e2779173bd4cef5df5c96e402ccd7d3aa518c6aa0f7eb6e7cb5b1d1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163221Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c1cb64357e2779173bd4cef5df5c96e402ccd7d3aa518c6aa0f7eb6e7cb5b1d1', 'amz-sdk-invocation-id': b'a49acc11-985d-4016-9255-26cff8d3ae7e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:21 GMT', 'x-amzn-requestid': 'wEamn8FYO9ebmjq9Imk2xu6Sz5iYXnaPu7R7ERCDH29qY37jh9Od', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163221Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163221Z
20251111/us-east-1/s3/aws4_request
0c9c949349dedac094f46c43a709ef6a8b1aff325b9670ad8c25b4c5c0351ee1
DEBUG    botocore.auth:auth.py:430 Signature:
d9788bc86b11321df421e921445c119661e228be4f0dc50c97ab8f206f6f1483
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163221Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d9788bc86b11321df421e921445c119661e228be4f0dc50c97ab8f206f6f1483', 'amz-sdk-invocation-id': b'6ac68cb6-32a4-4a32-8964-c5cb90d0e390', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:21 GMT', 'x-amzn-requestid': 'wiRs8RxFLqoAHDu4LlunO9GKhvzEd3jnuqD1ifCJWD6vscJSKibT', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163221Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163221Z
20251111/us-east-1/s3/aws4_request
c6884da8accf2dc279fc7766a2064791d1a488dfa5680b110d747e5633de9acd
DEBUG    botocore.auth:auth.py:430 Signature:
9c84592c274682810c030de9540b7344c208d0cc2bcdc9f311f624c4cd838033
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163221Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9c84592c274682810c030de9540b7344c208d0cc2bcdc9f311f624c4cd838033', 'amz-sdk-invocation-id': b'7aac5b7e-bfa5-4c75-80e4-62fa7f649787', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:21 GMT', 'x-amzn-requestid': '51UiPFvdy7Zh7UELF9l1JoZ4IDGeGGHVPFSR2dfABWYFMYzdMlHb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c6ac3be0-2f25-4948-b8b0-1218a3953fbf, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c6ac3be0-2f25-4948-b8b0-1218a3953fbf, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c6ac3be0-2f25-4948-b8b0-1218a3953fbf, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fda59109-9b22-4849-bd71-47a7ed2a3eb0, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fda59109-9b22-4849-bd71-47a7ed2a3eb0, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, fda59109-9b22-4849-bd71-47a7ed2a3eb0, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163223Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163223Z
20251111/us-east-1/s3/aws4_request
1974468ace7fe720abaf891f71a0e06cff92a5bdd04515a9b9b20fcc8cf8ba79
DEBUG    botocore.auth:auth.py:430 Signature:
a05708f084493da98549f82c5a15287068ce24b02f84d8b01adaceaf03475a51
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163223Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a05708f084493da98549f82c5a15287068ce24b02f84d8b01adaceaf03475a51', 'amz-sdk-invocation-id': b'4e9e5cd3-dcb8-487f-8ecb-6118acf5bd84', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:23 GMT', 'x-amzn-requestid': 'ccgBfZdUEJgqq0A3nlA2wHeDyCJZssm6BkljirjVashcs3JmQpek', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163223Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163223Z
20251111/us-east-1/s3/aws4_request
ea168b05eb4727ae0d1a1108c5e09d18e1fc4914668684357b332a1733b9c4f5
DEBUG    botocore.auth:auth.py:430 Signature:
bd49958afe1cb3b0b9426178d2108c1da60cac3fc07efe870c8979228e1c4d6d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163223Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bd49958afe1cb3b0b9426178d2108c1da60cac3fc07efe870c8979228e1c4d6d', 'amz-sdk-invocation-id': b'c0e8de25-7413-4469-84a1-b389d180bb69', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:23 GMT', 'x-amzn-requestid': 'GQRwMo32zBokkIZIa1vOj5pBzrCnoioKU33KWPF2dNRmjNs5zxAz', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163223Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163223Z
20251111/us-east-1/s3/aws4_request
5cf5fa09c7a8140382dd30f17c62e360509357c09e15a46f90ba023bf22044b3
DEBUG    botocore.auth:auth.py:430 Signature:
c9e4bf74f2067d17012b6b1eea36c5436d1a21c3e9d1f7f18cb991ebdffd45a1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163223Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c9e4bf74f2067d17012b6b1eea36c5436d1a21c3e9d1f7f18cb991ebdffd45a1', 'amz-sdk-invocation-id': b'f225ebb1-9f46-476a-8f11-1d2afa16704d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:23 GMT', 'x-amzn-requestid': '2oBewGSMb2e5AarFEwJ97UGUpwaA7sk2RgawjzzlHpSQjo4kdPLY', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 74e998d6-37bd-40d7-8ceb-e08cfbd78166, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 74e998d6-37bd-40d7-8ceb-e08cfbd78166, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 74e998d6-37bd-40d7-8ceb-e08cfbd78166, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6a12cc13-35f2-4889-b75b-e2435e32115e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6a12cc13-35f2-4889-b75b-e2435e32115e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 6a12cc13-35f2-4889-b75b-e2435e32115e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163225Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163225Z
20251111/us-east-1/s3/aws4_request
3e64367f7bdb1c784d3b2bcdb8cdb711a1d00aed9310e88c0f022ebb481b3d2d
DEBUG    botocore.auth:auth.py:430 Signature:
a707365fd018e6ffdc36a5bdfe707d4d1593caf6c26bef63d2911bad5f58df6d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163225Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a707365fd018e6ffdc36a5bdfe707d4d1593caf6c26bef63d2911bad5f58df6d', 'amz-sdk-invocation-id': b'44857c1e-1279-4f74-997f-bb393ca4593b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:25 GMT', 'x-amzn-requestid': 'HYzwI1GoDKt3aRB54ZQIn0OlEqxNwhorZS0Kl9gvIQovtgghAgCW', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163225Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163225Z
20251111/us-east-1/s3/aws4_request
9c54e0fa1137d523b38f88d92d44ed46b413d7e8ef9c6dc3e14c01d4c6599e0e
DEBUG    botocore.auth:auth.py:430 Signature:
7fd8b5de32f3f04bb1112ebbdb6404550c1a73c06cfff881307a277971229082
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163225Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7fd8b5de32f3f04bb1112ebbdb6404550c1a73c06cfff881307a277971229082', 'amz-sdk-invocation-id': b'2415fbbe-21b4-427f-944d-e1f068c919c2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:25 GMT', 'x-amzn-requestid': 'DGw4fHP4lM7P2O40sLdtTZSvtg309k9b8HgMuBEdCALecme7x3dG', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163225Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163225Z
20251111/us-east-1/s3/aws4_request
0ab37d4c6a731f7ce2756c5482c86e8371aa223eae5476aa5bf339870a00b1e6
DEBUG    botocore.auth:auth.py:430 Signature:
c9493e6c9613c7d058fbdf0a9ada47a04778bd0f0ca8485b723aaced5c0a040a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163225Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c9493e6c9613c7d058fbdf0a9ada47a04778bd0f0ca8485b723aaced5c0a040a', 'amz-sdk-invocation-id': b'49b7d442-71a5-4f86-b30e-ddf5c497a44c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:25 GMT', 'x-amzn-requestid': 'ePvbvfyMMCyyGXaAFHScFCXh0SCMuSWtqoOyMabF8DLlklRoOsXv', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0701d1eb-5c7f-4f0a-8531-69d8e0a14f6b, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0701d1eb-5c7f-4f0a-8531-69d8e0a14f6b, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 0701d1eb-5c7f-4f0a-8531-69d8e0a14f6b, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 77870381-6b05-44ce-b4a1-14ef6d3eb5fe, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 77870381-6b05-44ce-b4a1-14ef6d3eb5fe, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 77870381-6b05-44ce-b4a1-14ef6d3eb5fe, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163227Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163227Z
20251111/us-east-1/s3/aws4_request
3abb205958d0b51bb22f29aa2571b7ac1f97921ee18e82c28b51f0a5a2f15aa5
DEBUG    botocore.auth:auth.py:430 Signature:
3fe3fb0e89dee98145659277b3587b575ee8f53748438a2e4c2fbea944c957d6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163227Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3fe3fb0e89dee98145659277b3587b575ee8f53748438a2e4c2fbea944c957d6', 'amz-sdk-invocation-id': b'709226f1-fe6e-4fec-bbf8-333bfc82e44c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:27 GMT', 'x-amzn-requestid': 'Flh6aC56hBOMjCzRjgx0EJKMZ4nPrpbmTTqhyKBl4VlaYsS3fUkT', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163227Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163227Z
20251111/us-east-1/s3/aws4_request
1846403119d19df0caec3398598e27483299477f43eff13a2b2a124a0d92a644
DEBUG    botocore.auth:auth.py:430 Signature:
7eb9921320c23445f1f155229b8760ddfc802d6b8e105bb47a3ea31177a07c81
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163227Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7eb9921320c23445f1f155229b8760ddfc802d6b8e105bb47a3ea31177a07c81', 'amz-sdk-invocation-id': b'1b6af29e-41b5-4605-8cec-23b527074977', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:27 GMT', 'x-amzn-requestid': 'ztqrgxwravRfNnsSQBEBqWLkqPOmf8SIxJg7PNsKx5xtAwCrxmdx', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163227Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163227Z
20251111/us-east-1/s3/aws4_request
e9df80d0ca460ef6bd6de5cac378c77bb7dfd4c9423ec978bb2d29d266b59e4f
DEBUG    botocore.auth:auth.py:430 Signature:
03ce7cb8196455e8424561857ab730e777b528770ac63ce77b6919f4afeaac4b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163227Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=03ce7cb8196455e8424561857ab730e777b528770ac63ce77b6919f4afeaac4b', 'amz-sdk-invocation-id': b'1cc606e1-9352-4cac-88fd-04bcfd6dcbde', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:27 GMT', 'x-amzn-requestid': 'WWFUSYnFMF9ylzFaqMenfntFQkhOYMl0arZ4E2pgzX73fKozww0G', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6ad96925-f589-4ed2-b3ff-bf92279abc2c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6ad96925-f589-4ed2-b3ff-bf92279abc2c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 6ad96925-f589-4ed2-b3ff-bf92279abc2c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aaa5bbe5-846d-4e36-a66b-6be0ad8c806b, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aaa5bbe5-846d-4e36-a66b-6be0ad8c806b, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, aaa5bbe5-846d-4e36-a66b-6be0ad8c806b, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163229Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163229Z
20251111/us-east-1/s3/aws4_request
1a8cf873228d6ceda2702c8dfb658296d7c2f23e0cd96ef7cbd04d352bcf9304
DEBUG    botocore.auth:auth.py:430 Signature:
382a97fbe70142f1d1b66c93ce446828291b568a83e20389ba77e56b31c1ba8c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163229Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=382a97fbe70142f1d1b66c93ce446828291b568a83e20389ba77e56b31c1ba8c', 'amz-sdk-invocation-id': b'7a81c4c1-537a-4c54-9ab5-0f489e01279a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:29 GMT', 'x-amzn-requestid': 'uM6ShKWXp8J6hk0s2Tae6Df6JZgFkP28eSQryIiKKB5kp7W82jJ5', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163229Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163229Z
20251111/us-east-1/s3/aws4_request
0b2e5909ea08a4f7e2de77a6f603dcfef85b059794e7455fee593d6af0243194
DEBUG    botocore.auth:auth.py:430 Signature:
62e28a0830baaa12ff72878d940021f735a2ddbc6df42885ab9ec249fb2c7f72
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163229Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=62e28a0830baaa12ff72878d940021f735a2ddbc6df42885ab9ec249fb2c7f72', 'amz-sdk-invocation-id': b'e4b0208c-cd4d-4e83-95c7-48efbe40ec91', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:29 GMT', 'x-amzn-requestid': 'TfyDdjmsIsQvHDXAQUtsGbDEeVHwl6iMCmkLhMYwTFkU7ZeUq7eN', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163229Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163229Z
20251111/us-east-1/s3/aws4_request
e01653190368ed52773571bbc7e8b126c3408c388676114f7e3e56f77e9cfabc
DEBUG    botocore.auth:auth.py:430 Signature:
b49da0f0a7a219b5b8fbf4a4f45200ef1f5ca97f44f4970d651c5166d42bc282
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163229Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b49da0f0a7a219b5b8fbf4a4f45200ef1f5ca97f44f4970d651c5166d42bc282', 'amz-sdk-invocation-id': b'898be097-5edf-4f5a-a807-4d791e452f97', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:29 GMT', 'x-amzn-requestid': 'sIIhvXPTQK9rCDCZXYx564VqiDjTv6fGuykxoZ4pwd2YgcMyk3n2', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eb7ae53f-590a-4091-ab9a-183cda136e98, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eb7ae53f-590a-4091-ab9a-183cda136e98, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, eb7ae53f-590a-4091-ab9a-183cda136e98, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 41448cd8-d686-4b4f-96ad-6ae6ef5b9358, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 41448cd8-d686-4b4f-96ad-6ae6ef5b9358, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 41448cd8-d686-4b4f-96ad-6ae6ef5b9358, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163231Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163231Z
20251111/us-east-1/s3/aws4_request
5eab75386299d17a62147c4f737e8ae84bcde4337a5cb121943d684bbebab4ea
DEBUG    botocore.auth:auth.py:430 Signature:
dab918d5c7ef3e604c3289a9aa8dbfb6099dba8cc61190fc99341ebcf6e04fcd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163231Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dab918d5c7ef3e604c3289a9aa8dbfb6099dba8cc61190fc99341ebcf6e04fcd', 'amz-sdk-invocation-id': b'3e54d1e7-1b19-41ec-8ced-ab11922207d4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:31 GMT', 'x-amzn-requestid': 'W7iZG2S39uusrREEH6okUM5Uyqtt26MLSGv55AH4mKRd7uX6nF9c', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163231Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163231Z
20251111/us-east-1/s3/aws4_request
c8915b84ea8d3e16dae481d7569ccaff567ee9e4d411966012160c8fc2e1c658
DEBUG    botocore.auth:auth.py:430 Signature:
30dbe9f74eb1ab01c4619c8cdd6447c57275e622300a5019194fe8387baee3ab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163231Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=30dbe9f74eb1ab01c4619c8cdd6447c57275e622300a5019194fe8387baee3ab', 'amz-sdk-invocation-id': b'ae53298f-f0b3-4ae1-8361-5ad17862099f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:31 GMT', 'x-amzn-requestid': 'pAMqHcxOjicPod7jqh804fODeXBoCM0sqk9G5mn4hWE1ZOQDuJgR', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163232Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163232Z
20251111/us-east-1/s3/aws4_request
3d2a14a1676be7b38290f172404552f1956b04151936223046c1308af2626e1c
DEBUG    botocore.auth:auth.py:430 Signature:
e5f59fd52e7fc7e411bde8327c1d95615562aa17dfa40c93aeecc69ff6c34dc7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163232Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e5f59fd52e7fc7e411bde8327c1d95615562aa17dfa40c93aeecc69ff6c34dc7', 'amz-sdk-invocation-id': b'3b53d036-f626-4678-a176-d6314f248f4f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:32 GMT', 'x-amzn-requestid': 'DVSVnoyoTjiN3zzC8uKmMRVqgJGBhrsFJkg0j8JJO0hVgV3qQ8rn', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 73ea9e8b-15fc-47f6-86f2-61a1014f78a4, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 73ea9e8b-15fc-47f6-86f2-61a1014f78a4, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 73ea9e8b-15fc-47f6-86f2-61a1014f78a4, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 75e07cb6-e794-46c0-89c7-54de84089993, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 75e07cb6-e794-46c0-89c7-54de84089993, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 75e07cb6-e794-46c0-89c7-54de84089993, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163233Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163233Z
20251111/us-east-1/s3/aws4_request
71b986c440868e6eac7482984e7e4c4194e217d45f0dbc0214ee91a465ba4bb4
DEBUG    botocore.auth:auth.py:430 Signature:
3e3306c2c8e4819abe68a5a3e5eb82f0fb78f37e8aada535b240df7291a02ae5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163233Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3e3306c2c8e4819abe68a5a3e5eb82f0fb78f37e8aada535b240df7291a02ae5', 'amz-sdk-invocation-id': b'3c31b2de-a820-4311-a089-0621fc5ba9e7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:33 GMT', 'x-amzn-requestid': 'xBcwRMupakRC5OrsWNdbCCmxxC1arqfl2WkPwx0xitSrFVmF5Nek', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163233Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163233Z
20251111/us-east-1/s3/aws4_request
d871cc84c7fd94cb0495c36b008c4cac0e263f581ef8f5aafa6c380827b135a5
DEBUG    botocore.auth:auth.py:430 Signature:
130f52f9af6584d551cec0209bede9a7492e5eeb1256db7efb3edb58bf066093
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163233Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=130f52f9af6584d551cec0209bede9a7492e5eeb1256db7efb3edb58bf066093', 'amz-sdk-invocation-id': b'313302b5-fafc-4620-9fbb-2df778edfcc7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:33 GMT', 'x-amzn-requestid': 'QferRJOmyvaajUgbF4X13uexFcI7MG4GmCK6p2wXhEkM2k557Bm5', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163233Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163233Z
20251111/us-east-1/s3/aws4_request
f1c0e0bab4620e721ebe88202881ccbf48a911b64d4c1d4ca65492b38c77d858
DEBUG    botocore.auth:auth.py:430 Signature:
3892be37aff15f39a36dc6557683677f154b72200dc9f914bb32dfb3cf6a5123
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163233Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3892be37aff15f39a36dc6557683677f154b72200dc9f914bb32dfb3cf6a5123', 'amz-sdk-invocation-id': b'31e43d4f-3bce-4c0a-ae67-8b58fc89176e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:33 GMT', 'x-amzn-requestid': 'eshUoVfddiPkN5Bvv6uU4SUmitL0DhKOaxHXcy0dogkqz5LyT8Gn', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0f0cf844-6da2-40d1-946a-52a13b9b9b65, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0f0cf844-6da2-40d1-946a-52a13b9b9b65, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 0f0cf844-6da2-40d1-946a-52a13b9b9b65, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c07ed5a1-217a-4ce7-ab7b-2f30109b1c6b, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c07ed5a1-217a-4ce7-ab7b-2f30109b1c6b, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c07ed5a1-217a-4ce7-ab7b-2f30109b1c6b, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163235Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163235Z
20251111/us-east-1/s3/aws4_request
90594b025193cc9aeca4e97697a1202a65764fa452f1a3318cef790d2cb3bf91
DEBUG    botocore.auth:auth.py:430 Signature:
7037d115b775c2c50991fd88910c4f0046d89616cf429a0c03bed58f5545bc35
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163235Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7037d115b775c2c50991fd88910c4f0046d89616cf429a0c03bed58f5545bc35', 'amz-sdk-invocation-id': b'2a36b4bc-2dc7-40ad-8fd6-bdbccfe2f944', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:35 GMT', 'x-amzn-requestid': 'tQWbPOaiosBPX2xDlPyUszQ1HO79yrxAgyYy8XlgijHHnBrQYmiQ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163235Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163235Z
20251111/us-east-1/s3/aws4_request
dec533f7f5d605b0fef0a923c5fc577b46c5e8c5876124a6a1686e20445120ca
DEBUG    botocore.auth:auth.py:430 Signature:
72501ff87febb0138113540803a285458ac8df0fdac3c9a9fc4629d30575a8fc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163235Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=72501ff87febb0138113540803a285458ac8df0fdac3c9a9fc4629d30575a8fc', 'amz-sdk-invocation-id': b'59d0dd0b-dc7c-4102-9d1f-004fbf7ea61e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:35 GMT', 'x-amzn-requestid': 't2jsAJ0euTdFuimfiThesVYGPeH6WilxejplC1znsd0fLuoERvPG', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163235Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163235Z
20251111/us-east-1/s3/aws4_request
238a6b8116f219be23c144632ed31385b22783aa50f8911448754a82fa51c262
DEBUG    botocore.auth:auth.py:430 Signature:
dedf965c587281a9dc580753fc9b6da7feb2fe098744bd3d123d41b7d3fe6379
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163235Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dedf965c587281a9dc580753fc9b6da7feb2fe098744bd3d123d41b7d3fe6379', 'amz-sdk-invocation-id': b'e6dbe2e4-a1df-46f6-bc3c-bc76ec73c687', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:35 GMT', 'x-amzn-requestid': 'HVsvxBIXmNFcoklxZy4bWuPhzx03ZsICgkxy2sThTxOyBWp7TT5C', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aa03c069-2b54-414c-be58-39adae79814b, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aa03c069-2b54-414c-be58-39adae79814b, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, aa03c069-2b54-414c-be58-39adae79814b, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3a0884aa-25df-4aec-a1c5-486161d89707, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3a0884aa-25df-4aec-a1c5-486161d89707, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 3a0884aa-25df-4aec-a1c5-486161d89707, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163237Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163237Z
20251111/us-east-1/s3/aws4_request
d29c45ff68eecc6e98ae4e752b3ebbd5985e4a0e6128d50955c58ade3757dfbb
DEBUG    botocore.auth:auth.py:430 Signature:
150bab560858c082836ab7ed874da7f58f3a18b0dbd1847cb5b183712e952827
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163237Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=150bab560858c082836ab7ed874da7f58f3a18b0dbd1847cb5b183712e952827', 'amz-sdk-invocation-id': b'e9effa8a-234a-4d5b-922e-46beafb44dcb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:37 GMT', 'x-amzn-requestid': 'u9SUAOr7wZ2MQmLQNymgtXdUz1PYErGSEE0pnYjD2rDMqJX369iN', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163237Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163237Z
20251111/us-east-1/s3/aws4_request
a3e9b3568eb3eac77fa29717e160ce82391a43e2f716e56c37a3c70bf0b4fc11
DEBUG    botocore.auth:auth.py:430 Signature:
aa8c2a8af66d9f9b61e5f9bb4a135b9055bc56dc1a069baee3fc20202dcd976f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163237Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aa8c2a8af66d9f9b61e5f9bb4a135b9055bc56dc1a069baee3fc20202dcd976f', 'amz-sdk-invocation-id': b'b50d20b8-5843-45ec-8981-b7cca9290d6b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:37 GMT', 'x-amzn-requestid': 'iQ7Zsin59hIhS67NZYEa0D2hO1wVBdcCkYGgRLEzJs3BolgKdI71', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163237Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163237Z
20251111/us-east-1/s3/aws4_request
b7b927adf08f5054a172504cc909532327d65caf4b0dccbaf8b9889253b9ea51
DEBUG    botocore.auth:auth.py:430 Signature:
88bec30ff65ce1da263b2a3cb86366708307e537c763b36ed012d44dd34715ed
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163237Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=88bec30ff65ce1da263b2a3cb86366708307e537c763b36ed012d44dd34715ed', 'amz-sdk-invocation-id': b'1ac47b78-b299-4abb-9892-662804bb486b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:37 GMT', 'x-amzn-requestid': 'FRyOND6noGZTtjzvlndcSsfK7O09YKMYhFPXwx3hqFt8B641aVjA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5a1ed72f-2260-4d99-a2b8-37cacdf75c43, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5a1ed72f-2260-4d99-a2b8-37cacdf75c43, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5a1ed72f-2260-4d99-a2b8-37cacdf75c43, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aaded35c-16c0-4bb6-85b0-1c80f41bd015, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aaded35c-16c0-4bb6-85b0-1c80f41bd015, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, aaded35c-16c0-4bb6-85b0-1c80f41bd015, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163239Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163239Z
20251111/us-east-1/s3/aws4_request
4b82365735818acb1d05a9e1131e5189d228002192de5e5d7b00223538f739a9
DEBUG    botocore.auth:auth.py:430 Signature:
4ce5a4ed48721ee980f6dfef316e7052aab20fde3e1b7d0279ffc263e02de842
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163239Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4ce5a4ed48721ee980f6dfef316e7052aab20fde3e1b7d0279ffc263e02de842', 'amz-sdk-invocation-id': b'022803bc-14c5-4583-b06e-a067dd86b9d0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:39 GMT', 'x-amzn-requestid': 'eJCtZBJLlvji1E2Ejga8Ozf431U17nTnVCo9GX2t9Uz5bK4Xd9V0', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163239Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163239Z
20251111/us-east-1/s3/aws4_request
9b8d498ee40bd6994576395a86225d5e5c5da1c6d0d6160393ae8d27bcb93c90
DEBUG    botocore.auth:auth.py:430 Signature:
58b708eb244e34ea7ee419b14d9ba403a803f575cbd8d4bb121babb93c0f5fd4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163239Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=58b708eb244e34ea7ee419b14d9ba403a803f575cbd8d4bb121babb93c0f5fd4', 'amz-sdk-invocation-id': b'4bb9dd14-0ea1-4470-9ecb-3111cfbd130c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:39 GMT', 'x-amzn-requestid': 'xSQD7X4AD8YOTPpMLLxIYZwxwIkpRiTQ49O4M0lGrUUb52SAGuzf', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163239Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163239Z
20251111/us-east-1/s3/aws4_request
e7abe8550187d3ef4839506dcd86ce7af03b7b38215c8ca0a697eb83dc23abd7
DEBUG    botocore.auth:auth.py:430 Signature:
6b9ba0d9b9b015efbfcadacec67ce90165a3c9bd163391f2a8823eb3f9132754
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163239Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6b9ba0d9b9b015efbfcadacec67ce90165a3c9bd163391f2a8823eb3f9132754', 'amz-sdk-invocation-id': b'd13afd5a-1595-4dfd-b587-214149a4c60e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:39 GMT', 'x-amzn-requestid': 'vie6DjTOkPycv2XScBUgvteI9sg9LJ3WXQZZFxD9hRNj0iDBXx01', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5e082bdc-2cfe-4d57-bfa2-f67e509afda0, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5e082bdc-2cfe-4d57-bfa2-f67e509afda0, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5e082bdc-2cfe-4d57-bfa2-f67e509afda0, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cc754d8b-2777-4229-aef4-292655fd3d36, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cc754d8b-2777-4229-aef4-292655fd3d36, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, cc754d8b-2777-4229-aef4-292655fd3d36, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163241Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163241Z
20251111/us-east-1/s3/aws4_request
8a509b243118416c0c99cc188382360f72cfb1ac63432c73c98261735fdf5dd1
DEBUG    botocore.auth:auth.py:430 Signature:
0822e5bfa230470727d0e0b9054b7991ff86c5eb1304572539d36b2a6602f217
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163241Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0822e5bfa230470727d0e0b9054b7991ff86c5eb1304572539d36b2a6602f217', 'amz-sdk-invocation-id': b'3d02fb39-9473-48f4-8d64-a9e05d762260', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:41 GMT', 'x-amzn-requestid': 'urRXzQWBTYzvlIrkog9ub7GhTrMEMEKGJb53zPzZqZLzsGlufk8S', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163241Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163241Z
20251111/us-east-1/s3/aws4_request
fa32c2b5c51dad19efb94de939fb2ed0cace50c9c6e7cc69c5333ca0b2e87867
DEBUG    botocore.auth:auth.py:430 Signature:
0eb6eff3347d54eec0a32a1762c5893d0de0f4a2a8a53c2e14cf81012f9582ab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163241Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0eb6eff3347d54eec0a32a1762c5893d0de0f4a2a8a53c2e14cf81012f9582ab', 'amz-sdk-invocation-id': b'1641f1a4-bc8c-4f4f-afcd-bfd176c53b41', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:41 GMT', 'x-amzn-requestid': 'oAUviUtgTi3jvhCDEeRUVXJyssyEcsSrgJJjQ5UZKmyN7YTeuh05', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163241Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163241Z
20251111/us-east-1/s3/aws4_request
03fb8e684ea3dc2da35bc4d054f44974acf14b31308f0118a5ca1d35a5c1ee43
DEBUG    botocore.auth:auth.py:430 Signature:
4a476148000a489c8c12461c40aa5b89857dd4ec479131f25bea5b4dd40eec18
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163241Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4a476148000a489c8c12461c40aa5b89857dd4ec479131f25bea5b4dd40eec18', 'amz-sdk-invocation-id': b'bbfe4fa8-9364-4035-9767-34b0c842fc9e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:41 GMT', 'x-amzn-requestid': 'Gqygy52xRmW7ME214tDbfm7eO19eNJ7hHT4VVxWHtMN85svyJypL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 86865e34-077a-4089-a743-ce68586f7ad7, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 86865e34-077a-4089-a743-ce68586f7ad7, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 86865e34-077a-4089-a743-ce68586f7ad7, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 17f67466-49cf-4afa-9a97-bea9a0ab0dbb, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 17f67466-49cf-4afa-9a97-bea9a0ab0dbb, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 17f67466-49cf-4afa-9a97-bea9a0ab0dbb, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163242Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163242Z
20251111/us-east-1/s3/aws4_request
7636d605b792f7fe91d2591d3e362af966001c1ea8819513dcec36606c68479b
DEBUG    botocore.auth:auth.py:430 Signature:
c3738b8054e933fe2e1e62ec1131cd0a8c883c6a2033067f12b85f44784e9d2e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163242Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c3738b8054e933fe2e1e62ec1131cd0a8c883c6a2033067f12b85f44784e9d2e', 'amz-sdk-invocation-id': b'b3f24fca-8e78-4f23-8613-3b54e519a78d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:42 GMT', 'x-amzn-requestid': 'lYvYjKXivIqSP1PbMrzwvQQifXDHhRuONyZwdvdFIilX2fAMtOfE', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163242Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163242Z
20251111/us-east-1/s3/aws4_request
06a4e392bfaf282d00ca350e20d37f0dd787c49dad1ac32ba7ff5c9335c7e4ca
DEBUG    botocore.auth:auth.py:430 Signature:
23ac32a579a1fafb428d7d5fdd2cb38bb1b5f63aef7e2b540302b69e4a6659da
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163242Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=23ac32a579a1fafb428d7d5fdd2cb38bb1b5f63aef7e2b540302b69e4a6659da', 'amz-sdk-invocation-id': b'5670a97d-563a-4080-8c36-e5761c6d3a53', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:42 GMT', 'x-amzn-requestid': '56yuZbERj5gjW7YX9nJrxJzPvA9AcgsOI7EpmTAmWGpuwtO9YNE4', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163242Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163242Z
20251111/us-east-1/s3/aws4_request
0ffbc5e95239516a6999fa31a0ce10539d4b094fa4cf4df84791c7daffeb7053
DEBUG    botocore.auth:auth.py:430 Signature:
99183daf5e73933b0dea64fceea38fe6e383549fae1e0fd96bb48af15a84e03d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163242Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=99183daf5e73933b0dea64fceea38fe6e383549fae1e0fd96bb48af15a84e03d', 'amz-sdk-invocation-id': b'064429e5-465d-484a-85e9-9295ad02122b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:42 GMT', 'x-amzn-requestid': 'Zd6x8PBSJLxxGEsDVHiRZ4Rx2zRbqtpPjwkqPaZ4Qb8YtNEdKUU8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 24bd74a5-3429-44ac-8b35-bf8e3d3055c9, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 24bd74a5-3429-44ac-8b35-bf8e3d3055c9, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 24bd74a5-3429-44ac-8b35-bf8e3d3055c9, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9b9be15f-cf63-41ff-adac-a3c6cd4af636, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9b9be15f-cf63-41ff-adac-a3c6cd4af636, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 9b9be15f-cf63-41ff-adac-a3c6cd4af636, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163244Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163244Z
20251111/us-east-1/s3/aws4_request
dbd4925b356521394ebb46be19aacd4674f2effa4677aebe75531932a56c3594
DEBUG    botocore.auth:auth.py:430 Signature:
831cf04b24e6d3ad9493f2a598c7b3924ed74f78e8a35ead8eebf9ce2ba778b9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163244Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=831cf04b24e6d3ad9493f2a598c7b3924ed74f78e8a35ead8eebf9ce2ba778b9', 'amz-sdk-invocation-id': b'67d4c7ed-dff1-460e-9ee1-a1e9a8f7bfaa', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:44 GMT', 'x-amzn-requestid': 'OFI1MTg5szf6I0Ffa1zAxIEm6cxo1fewV19p5BT9RZdWRpRSfUrI', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163244Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163244Z
20251111/us-east-1/s3/aws4_request
f396bbcb75c13e7708a01321bfebd5d1c4d5a7d529b1080fe61e2bc92a6e4efd
DEBUG    botocore.auth:auth.py:430 Signature:
191a90bc4d982570797c0434ec5f83ca8d94c910b9ac948bef124e855219653a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163244Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=191a90bc4d982570797c0434ec5f83ca8d94c910b9ac948bef124e855219653a', 'amz-sdk-invocation-id': b'fe0511e2-80dc-4c56-9f2c-4aa2983633d9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:44 GMT', 'x-amzn-requestid': 'IuZPX1HTBOQOcGC7hbN3KqXlXYqD5bMoJNIgZoBHPtIiVgzNlnsR', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163244Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163244Z
20251111/us-east-1/s3/aws4_request
9352aaa4428512ef2b15f47f2e9cff0c42877e7d5c7eb73e5031f701654e1041
DEBUG    botocore.auth:auth.py:430 Signature:
998640f9c02b4777e241e4c9fc753bb2fae9eacca4458629de8ff8bb24820e8e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163244Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=998640f9c02b4777e241e4c9fc753bb2fae9eacca4458629de8ff8bb24820e8e', 'amz-sdk-invocation-id': b'b64d5eec-66ea-40e5-97f7-04c7bcefccf9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:44 GMT', 'x-amzn-requestid': 'RBZJO4QSti4RotGO9IzKEEmOXLRGH7KYYQXJaemNbWZvA1jsaJlI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a41049a4-a75b-4e07-914c-f3a362e2369c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a41049a4-a75b-4e07-914c-f3a362e2369c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, a41049a4-a75b-4e07-914c-f3a362e2369c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e2d5b1a2-5322-4e64-9119-a35f6ef072b2, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e2d5b1a2-5322-4e64-9119-a35f6ef072b2, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, e2d5b1a2-5322-4e64-9119-a35f6ef072b2, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163246Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163246Z
20251111/us-east-1/s3/aws4_request
6871153d8609d653d9654097605013c71249919fca2134961c00754a86a504ff
DEBUG    botocore.auth:auth.py:430 Signature:
c61abdb3d45eb4b0905ba262ae39d38ddf37130f57b6adc84a054225852d4ad6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163246Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c61abdb3d45eb4b0905ba262ae39d38ddf37130f57b6adc84a054225852d4ad6', 'amz-sdk-invocation-id': b'67ea5643-f721-4385-97b2-4e40d6c80c08', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:46 GMT', 'x-amzn-requestid': '60MhP8cX4XrYe7Jb8rbNyzTrwOb6I4543m2CloZ2VWQjjyTvpqnr', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163246Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163246Z
20251111/us-east-1/s3/aws4_request
e2669dc7824928a41cb70c78efffe7966fe4fd786864c14f85b1d4f203744244
DEBUG    botocore.auth:auth.py:430 Signature:
45fd4e1924de16707875f97605efff8f3992a434d8d94943ff79c7639d07eea0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163246Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=45fd4e1924de16707875f97605efff8f3992a434d8d94943ff79c7639d07eea0', 'amz-sdk-invocation-id': b'eb582ff9-e0f9-4bee-ab3e-f3bbe85e0367', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:46 GMT', 'x-amzn-requestid': 'ISt2F4j63q9QvisvryONUTr0F7WubRU9MOg7LKf6tbc0C4GuZN2X', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163246Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163246Z
20251111/us-east-1/s3/aws4_request
b148e235333d2978ca9b5964ced55eee21fbe747b81086d058189afd3aab1375
DEBUG    botocore.auth:auth.py:430 Signature:
063d1c46509263f920ff0f8d6c7e0b584108d49982066b52d527935e559a5a59
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163246Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=063d1c46509263f920ff0f8d6c7e0b584108d49982066b52d527935e559a5a59', 'amz-sdk-invocation-id': b'85411a82-a1d8-4986-9331-e26bde6f02a2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:46 GMT', 'x-amzn-requestid': 'Mnd5AcMRr0hl9mnGF8RmkOUZjLr3vsOEQnEhejQz9nbtsEz4nY4C', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2c3b2abc-0867-4af8-954b-bb3396dce523, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2c3b2abc-0867-4af8-954b-bb3396dce523, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 2c3b2abc-0867-4af8-954b-bb3396dce523, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 95f84b01-74af-49de-8bdc-7208d1dad094, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 95f84b01-74af-49de-8bdc-7208d1dad094, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 95f84b01-74af-49de-8bdc-7208d1dad094, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163248Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163248Z
20251111/us-east-1/s3/aws4_request
983c911af58463b6fed0b3b0526db455829673b58af4ec53035247842bca6b1b
DEBUG    botocore.auth:auth.py:430 Signature:
170a5d24a7cb26532258488e1ceaa96ff86b0df6dcddb587cfcb45c3f05e7f2b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163248Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=170a5d24a7cb26532258488e1ceaa96ff86b0df6dcddb587cfcb45c3f05e7f2b', 'amz-sdk-invocation-id': b'6f41aae3-3c54-4a49-a23d-f8a052da367a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:48 GMT', 'x-amzn-requestid': 'QzJVcXWNnACq5G41ChE5AvrUJH1EITwjVVcd1dgIOe7B7jiBGlzG', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163248Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163248Z
20251111/us-east-1/s3/aws4_request
3162b544700eb3004b756d1656f025ba953f46d6a6f5170cd7aa658d8c61ee87
DEBUG    botocore.auth:auth.py:430 Signature:
6c8c9ebfa81ee97bd53db1e77195e68e1877cc3eb01fd49e60e47c2c8ad2013d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163248Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6c8c9ebfa81ee97bd53db1e77195e68e1877cc3eb01fd49e60e47c2c8ad2013d', 'amz-sdk-invocation-id': b'0f8fc2ea-2141-4be4-bcbe-e15a9738dd5d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:48 GMT', 'x-amzn-requestid': 'ku5WAQiIZgDxcDfoPjZhVtOYS4YjvhUYffBjCis2fFl4HhkFEVFm', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163248Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163248Z
20251111/us-east-1/s3/aws4_request
9fe052f98695cfaf879cc8aa9b5b625148afe7ab001f32d9383cf818e738c1d5
DEBUG    botocore.auth:auth.py:430 Signature:
c51517f7ce22fa610fc166bb1991a9ae45334e7260de81267b26089a49125894
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163248Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c51517f7ce22fa610fc166bb1991a9ae45334e7260de81267b26089a49125894', 'amz-sdk-invocation-id': b'70578a5e-947e-4fd6-8c34-1e8d8dbddefe', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:48 GMT', 'x-amzn-requestid': 'ztdQ0UDt5qsA9SIOXkFzPtbwDYqPGn4N5RbkgqKhlcJMqjME7EKI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 88bfa1f6-6681-48cf-8bf6-a83d4c454e63, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 88bfa1f6-6681-48cf-8bf6-a83d4c454e63, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 88bfa1f6-6681-48cf-8bf6-a83d4c454e63, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d740a5d4-2f67-44ce-8f3e-b4a96ff6c9ce, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d740a5d4-2f67-44ce-8f3e-b4a96ff6c9ce, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d740a5d4-2f67-44ce-8f3e-b4a96ff6c9ce, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163249Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163249Z
20251111/us-east-1/s3/aws4_request
c7b855ff07e44ac7b9a71447556748118ba88df75a7ce1466cb32c7989341a4b
DEBUG    botocore.auth:auth.py:430 Signature:
ca0c34630c145ca39c096e4ca4582fb9f113af2a7b4ec60056f0b6216c08a028
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163249Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ca0c34630c145ca39c096e4ca4582fb9f113af2a7b4ec60056f0b6216c08a028', 'amz-sdk-invocation-id': b'6c134b88-2665-4679-81d5-e440c031807d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:49 GMT', 'x-amzn-requestid': 'z7g9TM9VIkQNnq3FGQ5G5n0GoKpYSVK6oKjFq8lwxSS1lMkedwOv', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163250Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163250Z
20251111/us-east-1/s3/aws4_request
5a7f35a72b404965d88b9d313804a2dbdd492aee7b46493382ebb9fe8155dc58
DEBUG    botocore.auth:auth.py:430 Signature:
e806bbb7f464fc59659ad0539baf664c13e606f00b1ad148bea1a1824da32d53
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163250Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e806bbb7f464fc59659ad0539baf664c13e606f00b1ad148bea1a1824da32d53', 'amz-sdk-invocation-id': b'347483b1-0f0e-40b7-89dc-5fe438906874', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:50 GMT', 'x-amzn-requestid': 'sQvgBuj7vZiDLQIGSG33Ly8s3ljwXpF8RONVUgefhPqLySIZWKXR', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163250Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163250Z
20251111/us-east-1/s3/aws4_request
0d039fa04b555a7441f05aac766fabcc47c2c4b4aaba50fdd72ac76821bfcba4
DEBUG    botocore.auth:auth.py:430 Signature:
e62b2136ffe6504588aab3c9396cbb7ac463e0cfac204aba1d0c17ff090b1887
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163250Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e62b2136ffe6504588aab3c9396cbb7ac463e0cfac204aba1d0c17ff090b1887', 'amz-sdk-invocation-id': b'16c3edd9-5f34-4ef2-a95e-65b5c6159587', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:50 GMT', 'x-amzn-requestid': 'Orfi4NLM3CGSFsi1jw3AYdD8MTJVUMxCJ5jHRQogWMPy2ID3cs8w', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 05b636ab-ba54-4d60-a88a-ff3fe36bfe39, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 05b636ab-ba54-4d60-a88a-ff3fe36bfe39, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 05b636ab-ba54-4d60-a88a-ff3fe36bfe39, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aeebe80c-17db-47f3-a2ac-9a5ef4bbf061, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aeebe80c-17db-47f3-a2ac-9a5ef4bbf061, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, aeebe80c-17db-47f3-a2ac-9a5ef4bbf061, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163251Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163251Z
20251111/us-east-1/s3/aws4_request
a182e99a8ab6e743376f945d49a23bdade76dfff596c2b89c695c49feed39aa1
DEBUG    botocore.auth:auth.py:430 Signature:
e4afe87276456ee33b99ba4ae1279644c535373b11f66486566cf4565d025cef
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163251Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e4afe87276456ee33b99ba4ae1279644c535373b11f66486566cf4565d025cef', 'amz-sdk-invocation-id': b'0c7ea138-fbca-493a-b7d8-fb4f25403617', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:51 GMT', 'x-amzn-requestid': 'pV5EMJwwBVgTw62jGyQv29LoRSZE70atew5M08l7Pj94UqeT2YxC', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163251Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163251Z
20251111/us-east-1/s3/aws4_request
f291a72a6f4b08fe7ea1ac610c810e41e0a45f743a783d6fcb15657b5db57e85
DEBUG    botocore.auth:auth.py:430 Signature:
47df3c44a728a9148c9ed55727257f27284e28a50f8bf1848d3653eb2d236e06
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163251Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=47df3c44a728a9148c9ed55727257f27284e28a50f8bf1848d3653eb2d236e06', 'amz-sdk-invocation-id': b'c1057226-374c-41ce-bc08-d69918b9fd36', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:51 GMT', 'x-amzn-requestid': 'uE4Q5VVOm8RAk0iYtaWHs5PFDjJ69oLuM0e1TPz96HvOQ7SHwWlQ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163251Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163251Z
20251111/us-east-1/s3/aws4_request
97c47dc2de380ccfd630149eca49990d77b5373a56f788a588184f7eaaf20004
DEBUG    botocore.auth:auth.py:430 Signature:
e20e0cf47f4003d3319da45027913e5e398f7cef8b8057f1410d7700644e05b0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163251Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e20e0cf47f4003d3319da45027913e5e398f7cef8b8057f1410d7700644e05b0', 'amz-sdk-invocation-id': b'0b77a2bd-5a2f-4e3d-82d7-aee3c30422ef', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:51 GMT', 'x-amzn-requestid': 'jdyc6kQqYWfyWP2ypujrwhoHYAO3lCtg9mvAnfASKynIdkdO8e6m', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8d6bded7-9bc4-4d38-ab79-adf176976e73, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8d6bded7-9bc4-4d38-ab79-adf176976e73, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 8d6bded7-9bc4-4d38-ab79-adf176976e73, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4d4fe6ee-a0b6-40b2-a287-b9ed57cb3c99, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4d4fe6ee-a0b6-40b2-a287-b9ed57cb3c99, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 4d4fe6ee-a0b6-40b2-a287-b9ed57cb3c99, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163253Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163253Z
20251111/us-east-1/s3/aws4_request
8598e992af5308ad39b91d1b20a0f5d3c26d4f89afa4c01698488adf232f0031
DEBUG    botocore.auth:auth.py:430 Signature:
fce67ab7a8a033c00c621ae0871e120777e1e649b11f5766c6d28124c1ead750
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163253Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fce67ab7a8a033c00c621ae0871e120777e1e649b11f5766c6d28124c1ead750', 'amz-sdk-invocation-id': b'c9692bfa-1bdf-46c2-b9a1-80949a59c973', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:53 GMT', 'x-amzn-requestid': 'MVpaavcgI5q4OU06UW8awYglybcQWgOOBvjKzAkmJfdPYESgKnTq', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163253Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163253Z
20251111/us-east-1/s3/aws4_request
ff878a51b0aef0b3ea44f80825f0643270e962932e89d1bc437a60152e4b105c
DEBUG    botocore.auth:auth.py:430 Signature:
f9f79ea45bbe747c5a895e1b92833cf8388adc66d76b2a8bc7b90b6898f5817b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163253Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f9f79ea45bbe747c5a895e1b92833cf8388adc66d76b2a8bc7b90b6898f5817b', 'amz-sdk-invocation-id': b'19c59f9f-a88b-40f0-adcc-da591c5a7406', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:53 GMT', 'x-amzn-requestid': 'B23SVmTAT9cLgM4lGAyUFIM3GJ9KNICdtT4JIwXHnmYcWgAMXEfG', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163253Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163253Z
20251111/us-east-1/s3/aws4_request
9f48fbb483a1880e107a0e473829da87e931ab0369b8aefe01ab41aa57145345
DEBUG    botocore.auth:auth.py:430 Signature:
69d17f68a126f74bba5eafb38bbf051fcf6f0cc84836afa5af524beed20aedcc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163253Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=69d17f68a126f74bba5eafb38bbf051fcf6f0cc84836afa5af524beed20aedcc', 'amz-sdk-invocation-id': b'106d1853-d693-411c-a647-a71e3d444361', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:53 GMT', 'x-amzn-requestid': 'lvY5U92FwS1vpDOq7NABRizdAco9fkuy8Zi8SxKvmOqvLT3gcQIZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 436c0f76-b64f-4630-abad-98753226282c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 436c0f76-b64f-4630-abad-98753226282c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 436c0f76-b64f-4630-abad-98753226282c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 259ce060-5899-445d-88fd-b61c1e71c0b3, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 259ce060-5899-445d-88fd-b61c1e71c0b3, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 259ce060-5899-445d-88fd-b61c1e71c0b3, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163255Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163255Z
20251111/us-east-1/s3/aws4_request
b10c6126e2b7c3ebb37be245e2b6d0d6e118c5842d9eebd48a9c4988ec7c085a
DEBUG    botocore.auth:auth.py:430 Signature:
5e68be056511903a50e2a14369744b7e88b3f26a128d6119e5dac74e9f34fc78
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163255Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5e68be056511903a50e2a14369744b7e88b3f26a128d6119e5dac74e9f34fc78', 'amz-sdk-invocation-id': b'c6e46197-67d9-4fe0-87f3-4b8b205142c8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:55 GMT', 'x-amzn-requestid': 'b35bIh3elLTeA29Eylkjs95tQaVOJMHWmE6rQ47959iIct0Fz8po', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163255Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163255Z
20251111/us-east-1/s3/aws4_request
b9f1d8ec78dad6c3f37f0cb384111b860720e9a7eb8d5bcccaa53fae31e5abbc
DEBUG    botocore.auth:auth.py:430 Signature:
b0429a605a82d8e41fc1f996778cef1cb6037feac036f0bfbfc65479d39be6d6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163255Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b0429a605a82d8e41fc1f996778cef1cb6037feac036f0bfbfc65479d39be6d6', 'amz-sdk-invocation-id': b'b6b10d17-9226-4ff1-9fe6-13e823b471ce', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:55 GMT', 'x-amzn-requestid': 'tMiWXLRqTvGR5PDli4dEXHq8nRCn4YBTcelaXNmEoroLwjXjzVpM', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163255Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163255Z
20251111/us-east-1/s3/aws4_request
ca0bb7703309b84c31e03a868635eff8897e632912b0553b83e8244cd7392c40
DEBUG    botocore.auth:auth.py:430 Signature:
1571295b51704466c7e8098175e41f02db8cae983e5a504eb753c6e953ad09db
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163255Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1571295b51704466c7e8098175e41f02db8cae983e5a504eb753c6e953ad09db', 'amz-sdk-invocation-id': b'e9a9776f-93e3-43aa-a7f3-660c77c7ecec', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:55 GMT', 'x-amzn-requestid': 'VPrGeDcRebaJFPWtTEcCJYDjT0CNJCAkPU16xoA54GdimLERkwLT', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 19e0b833-f961-47a6-a452-baa67c5d58e2, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 19e0b833-f961-47a6-a452-baa67c5d58e2, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 19e0b833-f961-47a6-a452-baa67c5d58e2, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d6ae8992-f9a6-4d73-ad30-e390dcbe0f71, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d6ae8992-f9a6-4d73-ad30-e390dcbe0f71, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d6ae8992-f9a6-4d73-ad30-e390dcbe0f71, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163257Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163257Z
20251111/us-east-1/s3/aws4_request
3077341c0a3a0420370106b6d9fa48cdc79b288d584437bc5339c583ba43b211
DEBUG    botocore.auth:auth.py:430 Signature:
c5592c034cbaed0f359f33f15c09472e5e8b5100df038f73dfd9b3d7eebc2b0a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163257Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c5592c034cbaed0f359f33f15c09472e5e8b5100df038f73dfd9b3d7eebc2b0a', 'amz-sdk-invocation-id': b'd5ae671e-3720-423b-8e04-6dfbd31302a6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:57 GMT', 'x-amzn-requestid': 'rmIHghWZWj0iAQg7d90QjXUkIv89wy9R63D4XTIMXcymP5a2ORcF', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163257Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163257Z
20251111/us-east-1/s3/aws4_request
24e70c15775fd90811dcd22ef38f775d817b0e938ca683df81614b8e533e5699
DEBUG    botocore.auth:auth.py:430 Signature:
d27fe132e95a66a76ca62181155747898a206049dcedd8da48a38ac57a36e17f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163257Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d27fe132e95a66a76ca62181155747898a206049dcedd8da48a38ac57a36e17f', 'amz-sdk-invocation-id': b'de0cf3c9-ff79-4407-8c9a-77151596b8a7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:57 GMT', 'x-amzn-requestid': 'BiDYWKAzJ982TRAsLgQxLVxaDQT2XPnUPe7vZFzHkC8cmhId8rOa', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163257Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163257Z
20251111/us-east-1/s3/aws4_request
1604ecd2d0590a2b8f110b4f47e3e620740a7548eed53c4b1c02f018743f045a
DEBUG    botocore.auth:auth.py:430 Signature:
760d59f240dcbddeddbcc800a4a81d3e3f95f1ef721373d104b7b81a0a7bc541
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163257Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=760d59f240dcbddeddbcc800a4a81d3e3f95f1ef721373d104b7b81a0a7bc541', 'amz-sdk-invocation-id': b'ae20a264-543c-49ce-8c34-51f90913b0b1', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:57 GMT', 'x-amzn-requestid': 'dqkHB2yGWKu7NhwcyEGQ5K5hXDUKknbLAKdnKfpx12jzgMRTJvHo', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 58affea1-fc05-4d23-868e-52c1adf282af, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 58affea1-fc05-4d23-868e-52c1adf282af, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 58affea1-fc05-4d23-868e-52c1adf282af, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9cc1fb23-c410-4fad-b440-da7981bdbd70, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9cc1fb23-c410-4fad-b440-da7981bdbd70, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 9cc1fb23-c410-4fad-b440-da7981bdbd70, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163258Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163258Z
20251111/us-east-1/s3/aws4_request
529124febac2abaeb669c5b3c8c344253fa1277601c2972de01a3de106f6fe8e
DEBUG    botocore.auth:auth.py:430 Signature:
fcc025a39f7a706f786aea08d245082600ed393b6e3316ebfb790cb69e694db9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163258Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fcc025a39f7a706f786aea08d245082600ed393b6e3316ebfb790cb69e694db9', 'amz-sdk-invocation-id': b'795da407-ffaa-4c3f-aa38-6ae09747de86', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:58 GMT', 'x-amzn-requestid': 'i5EaXsxAEWto1uoV3YlYrx7RLN7odWKhV0BlCZlAyEtC7f5xSQ8T', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163258Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163258Z
20251111/us-east-1/s3/aws4_request
1b58ca350927a8d2a4454ebe03ba50e730a52262fecb55f22318de03d597a1ca
DEBUG    botocore.auth:auth.py:430 Signature:
c6d8aca656e568799d7e89aa31177bf418b194d8a985fbd6a53b22ac0178e677
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163258Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c6d8aca656e568799d7e89aa31177bf418b194d8a985fbd6a53b22ac0178e677', 'amz-sdk-invocation-id': b'dbeccd63-fda0-4ab8-9558-5b9150a3a911', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:32:58 GMT', 'x-amzn-requestid': 'yQdGCdJB3twstfVbPdQCOqirxMtBpw8h8ZriqCtM0Es4p0l8KP3b', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163258Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163258Z
20251111/us-east-1/s3/aws4_request
3c30307f4f44434fe292a2d695a42a14edefd32bafee5e8025806e0a61006739
DEBUG    botocore.auth:auth.py:430 Signature:
1c035fd499ee12df8f7c42fe8705840289c26528ebe462f5506c2f7e65af0851
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163258Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1c035fd499ee12df8f7c42fe8705840289c26528ebe462f5506c2f7e65af0851', 'amz-sdk-invocation-id': b'133d9d4d-6c86-4d80-aa70-c330eb6c4463', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:32:58 GMT', 'x-amzn-requestid': 'Db56CxfSbhY9o6yf5O1pTMEu47hwtZLUGijVB5I4AyrjX3Nq7ObH', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f8fcfba3-570a-4afe-b3fb-1c828a45673c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f8fcfba3-570a-4afe-b3fb-1c828a45673c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, f8fcfba3-570a-4afe-b3fb-1c828a45673c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 86885e06-a8f4-43c2-9803-5ff80aea2a9e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 86885e06-a8f4-43c2-9803-5ff80aea2a9e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 86885e06-a8f4-43c2-9803-5ff80aea2a9e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163300Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163300Z
20251111/us-east-1/s3/aws4_request
e4d0ff53c4f1081a8907702632be25aac35d9c70ec1d8ac1dcee4768c5ced770
DEBUG    botocore.auth:auth.py:430 Signature:
d2e42851d2ed17690bdcce65d8b3bef10cd0e20befa6bfd74295c4f39dfa4e2e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163300Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d2e42851d2ed17690bdcce65d8b3bef10cd0e20befa6bfd74295c4f39dfa4e2e', 'amz-sdk-invocation-id': b'af6c736a-7603-47d5-9cbd-bdeaade23870', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:00 GMT', 'x-amzn-requestid': 'k6VmvK8OUWQ4jzG0hwq1R41KewpzgeCglP7xnvITj7QDwOUEpFo0', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163300Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163300Z
20251111/us-east-1/s3/aws4_request
69effab8850775fce9a817ef4dbf66ad9854200883f43b1f0282b3241b684cac
DEBUG    botocore.auth:auth.py:430 Signature:
ffe9c7df416094aa07c1dd459fe19e39636446c8342c113d3ee97eb5c4481342
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163300Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ffe9c7df416094aa07c1dd459fe19e39636446c8342c113d3ee97eb5c4481342', 'amz-sdk-invocation-id': b'6e1576ba-6dad-4c0d-99ed-09b8ac52f7fc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:00 GMT', 'x-amzn-requestid': 'zkiJ0r3rB4QK0gPPtmPbp3NSUQGuzLzO0UhcKNDLyC7UMOHuugVA', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163300Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163300Z
20251111/us-east-1/s3/aws4_request
475bed2d53ffbab3d21d065ff73e454e6da7487ce79b3e2ba33b258cf8065180
DEBUG    botocore.auth:auth.py:430 Signature:
40f58f89a328d41b74a3cceafb1a41fb61faf79e4ae6386dd479b49cc37451d0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163300Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=40f58f89a328d41b74a3cceafb1a41fb61faf79e4ae6386dd479b49cc37451d0', 'amz-sdk-invocation-id': b'f74b3590-74b5-4465-9d5b-1b5e36366d34', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:00 GMT', 'x-amzn-requestid': 'lAjuPeZD3WFm5E6mHXF1zdprw7M4OiK6OS3WBTYSYCjxVB3UCvFM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ccfa750a-beac-4c39-b4fe-0f03ba0a55a1, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ccfa750a-beac-4c39-b4fe-0f03ba0a55a1, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, ccfa750a-beac-4c39-b4fe-0f03ba0a55a1, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2f6db289-43a3-48d4-95d5-53e26339fd54, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2f6db289-43a3-48d4-95d5-53e26339fd54, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 2f6db289-43a3-48d4-95d5-53e26339fd54, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163302Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163302Z
20251111/us-east-1/s3/aws4_request
00460dbd1e564cbb5de2d39f2dee6d8050a8ae452f0cdf91d9e487c4f5f6e8e7
DEBUG    botocore.auth:auth.py:430 Signature:
c033c859d13c05250a5fa3f4a1fc4a177b217a1d564aeb9ae7c1488a270f7888
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163302Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c033c859d13c05250a5fa3f4a1fc4a177b217a1d564aeb9ae7c1488a270f7888', 'amz-sdk-invocation-id': b'1eaf3541-9ace-4da4-a206-666cbcc3b844', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:02 GMT', 'x-amzn-requestid': '2RqPdtGr6O5bpv6bFMOXdaNWhDt2TvbtSomnHOcfjdGtkjKSXnSz', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163302Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163302Z
20251111/us-east-1/s3/aws4_request
e9910a474cca824bcdf380e5ff749722ef08733b0fb1f5c042c8930ad3d5ced5
DEBUG    botocore.auth:auth.py:430 Signature:
d29b4f02ecf07f4fa040d86954c91bea4944cddf93430233c7766b817bf239f0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163302Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d29b4f02ecf07f4fa040d86954c91bea4944cddf93430233c7766b817bf239f0', 'amz-sdk-invocation-id': b'caf0536b-433d-4e83-94ea-55e855486cd4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:02 GMT', 'x-amzn-requestid': 'yLLU7uCPlA8dPRf6CZplFZdmaedIHoQGf0Q7oeQA0Mfq7eUgE3bk', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163302Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163302Z
20251111/us-east-1/s3/aws4_request
358f76eac6e18a11f9807233011e53854e8b92f15a8c859cf3682c7954b3499c
DEBUG    botocore.auth:auth.py:430 Signature:
2edcbac52abe4198edb1309b2d09c64c17d30ec63020145939a6190761949538
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163302Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2edcbac52abe4198edb1309b2d09c64c17d30ec63020145939a6190761949538', 'amz-sdk-invocation-id': b'e7aabff6-cf65-4ac0-8d57-fefb3b657bed', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:02 GMT', 'x-amzn-requestid': 'rIWWZ6XSwurKMyTbaAYCn152CP2loCiU0mVx26QsVjvWME2mxjYS', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c6a46cf2-25dd-4758-9be7-3e07ea6d19d2, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c6a46cf2-25dd-4758-9be7-3e07ea6d19d2, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c6a46cf2-25dd-4758-9be7-3e07ea6d19d2, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f3a56358-cc22-4807-ba3a-65b6d5c4721a, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f3a56358-cc22-4807-ba3a-65b6d5c4721a, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, f3a56358-cc22-4807-ba3a-65b6d5c4721a, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163304Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163304Z
20251111/us-east-1/s3/aws4_request
dcb1cd66331b63f319887c94d986ba5c45d6529da25a1e0b3c213416e48df948
DEBUG    botocore.auth:auth.py:430 Signature:
a4ddefd089dd01260edd9c2d8812eabfedb23320f1203dab783053eb293f756f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163304Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a4ddefd089dd01260edd9c2d8812eabfedb23320f1203dab783053eb293f756f', 'amz-sdk-invocation-id': b'5dffd95c-e290-41a7-ad41-38a537e4a530', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:04 GMT', 'x-amzn-requestid': '8zLG5pX66vyFpEkow8m5wtzHnECNpl23ny1lbyoqfVMfDIc22ewj', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163304Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163304Z
20251111/us-east-1/s3/aws4_request
5e90af78b4be2dae40779b7417ff01d30880cb0a1ef71626629c29492968057d
DEBUG    botocore.auth:auth.py:430 Signature:
4c3969f3f4ffc7fed344d27401b2bb51250cecf95df91c4b684c778689f56133
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163304Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4c3969f3f4ffc7fed344d27401b2bb51250cecf95df91c4b684c778689f56133', 'amz-sdk-invocation-id': b'7191b582-c08a-4d31-9310-eade0c9d8daf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:04 GMT', 'x-amzn-requestid': '26tGwkhIoPM1tgGr6G04Riku8zdGzueE5InRjyJtv9ZBDBVTrcNt', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163304Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163304Z
20251111/us-east-1/s3/aws4_request
fb66296eb164ab58e54918cb3be85a7d36d8a02bf3857f8ba72e51490f4277db
DEBUG    botocore.auth:auth.py:430 Signature:
ef718542bf9c99616b3d5f742cf83b7e50fd057d24c5a24efacf35e72c9957c1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163304Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ef718542bf9c99616b3d5f742cf83b7e50fd057d24c5a24efacf35e72c9957c1', 'amz-sdk-invocation-id': b'4523a00a-22e4-4a34-847c-49488f257159', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:04 GMT', 'x-amzn-requestid': 'v2ZBAr3P0YBTmDKGkUBVcuahW23kcra5usPJlL5jDqN8OFathGLq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8ffe6ea3-7564-414f-87a8-30dea3fabc68, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8ffe6ea3-7564-414f-87a8-30dea3fabc68, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 8ffe6ea3-7564-414f-87a8-30dea3fabc68, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aaa503e3-326a-422b-856c-abfea9736836, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aaa503e3-326a-422b-856c-abfea9736836, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, aaa503e3-326a-422b-856c-abfea9736836, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163306Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163306Z
20251111/us-east-1/s3/aws4_request
56480a63037ef1e21de56ddc18ef1f12ab120457d7e4275bfb58983151cbf8bb
DEBUG    botocore.auth:auth.py:430 Signature:
adfe53cc9f88b1ca207f4f0095e86f487e16f357f1ebf7141406bcd4063c1790
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163306Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=adfe53cc9f88b1ca207f4f0095e86f487e16f357f1ebf7141406bcd4063c1790', 'amz-sdk-invocation-id': b'10d6949c-7075-4795-afff-0e1d741af969', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:06 GMT', 'x-amzn-requestid': 'LG4WYSfNgp24bBKQ508VALTnvK0ZEyqQLzpDthddwISOAHM612By', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163306Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163306Z
20251111/us-east-1/s3/aws4_request
a260f20ffaa33c5587a01d08e8788acf839b27586fb03dcdd5ac6b183a758928
DEBUG    botocore.auth:auth.py:430 Signature:
7f6c6a1fff08a53a6e7cfefbbeae6430621c67e9df07d0119cb99b204b4979b9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163306Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7f6c6a1fff08a53a6e7cfefbbeae6430621c67e9df07d0119cb99b204b4979b9', 'amz-sdk-invocation-id': b'cb69e016-07b3-46b9-ab12-958dec13a557', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:06 GMT', 'x-amzn-requestid': 'WUJAgcbFbtSNegBuRdugRJLIVe47dydsNei94pHxJGuNzcRJALaY', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163306Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163306Z
20251111/us-east-1/s3/aws4_request
f5034f5c918462e321aaf7c744abe37da696bec9f498b623a54a725707c31e3b
DEBUG    botocore.auth:auth.py:430 Signature:
ffbaa37988cc2caa0f77b731ccc844c1503045132330740605b736dd6e11932a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163306Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ffbaa37988cc2caa0f77b731ccc844c1503045132330740605b736dd6e11932a', 'amz-sdk-invocation-id': b'cbbdb3ad-2370-460a-83b4-18abc78a8b01', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:06 GMT', 'x-amzn-requestid': 'CuXWNa2cmZyHtQjmsNFr4XDnjnWU5zVy7vHeqCsCcH5tJkE8e3no', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b1d1c58d-994d-426e-8ad3-bf2039e62103, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b1d1c58d-994d-426e-8ad3-bf2039e62103, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, b1d1c58d-994d-426e-8ad3-bf2039e62103, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6a155347-9e73-4a2a-b748-2f37c6a9a7a1, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6a155347-9e73-4a2a-b748-2f37c6a9a7a1, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 6a155347-9e73-4a2a-b748-2f37c6a9a7a1, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163307Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163307Z
20251111/us-east-1/s3/aws4_request
9bfe510197322eca403f21c453589c2f4712cd2f6a902a1c554de176f28a4b2b
DEBUG    botocore.auth:auth.py:430 Signature:
384f8ec82df51bf1400e6080a64890388a5d6185db0af5d0c2cbcb6ddd31d892
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163307Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=384f8ec82df51bf1400e6080a64890388a5d6185db0af5d0c2cbcb6ddd31d892', 'amz-sdk-invocation-id': b'7a45e221-e7fc-4290-a7d2-2de9eace6f9d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:07 GMT', 'x-amzn-requestid': '1X21BjUEQ1dCYEBvgiNyzl2M1XZKVB6y8M13mb5TdRIXde03uh0H', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163307Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163307Z
20251111/us-east-1/s3/aws4_request
afc01da52c7da8af278544f6b15494f40ccc00f840b4e7f662662749d83daba1
DEBUG    botocore.auth:auth.py:430 Signature:
a334df7e4f4f09997cacd05c2a8bd28d4560d68a8e09a4af4571b76f5c3706aa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163307Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a334df7e4f4f09997cacd05c2a8bd28d4560d68a8e09a4af4571b76f5c3706aa', 'amz-sdk-invocation-id': b'0428307f-d54a-4ee6-8bdd-8869f6a51849', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:07 GMT', 'x-amzn-requestid': '8wYaFkZxLspm8aBwAO6dmdeAZISJxIfuiTG4mNrZ7XyqkNJpeVnE', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163308Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163308Z
20251111/us-east-1/s3/aws4_request
236dce9adab1a2fb416f373d87886c1df074bd378e9619a68acfe9efbd0193c7
DEBUG    botocore.auth:auth.py:430 Signature:
53106dc54aa87160b194bd8b1a041fcf3be3ad3b03c08a83df7fd955b09d6b2f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163308Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=53106dc54aa87160b194bd8b1a041fcf3be3ad3b03c08a83df7fd955b09d6b2f', 'amz-sdk-invocation-id': b'cb0b0c18-1249-4afa-ae9f-950c80796f58', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:08 GMT', 'x-amzn-requestid': 'gYUJ3GxerfuT3BAwTsIFuphWldCfexMZqRhr0uBLsmuPBIkcG67d', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 75c8f10c-0420-45b7-836b-9f5bb16e3e32, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 75c8f10c-0420-45b7-836b-9f5bb16e3e32, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 75c8f10c-0420-45b7-836b-9f5bb16e3e32, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 11e24e3c-a954-47e1-9eac-006fba4b8796, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 11e24e3c-a954-47e1-9eac-006fba4b8796, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 11e24e3c-a954-47e1-9eac-006fba4b8796, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163309Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163309Z
20251111/us-east-1/s3/aws4_request
dd7fc2ede72bc8c20b4e5401e8fe7d7f707b3a788d01aee98d6c293407dac4d9
DEBUG    botocore.auth:auth.py:430 Signature:
d33923e35f0a19847e6ca35e71c359769505bd22dae6cd5e132b81180ac8bf1b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163309Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d33923e35f0a19847e6ca35e71c359769505bd22dae6cd5e132b81180ac8bf1b', 'amz-sdk-invocation-id': b'a525c49a-2d9f-4a53-8ebf-56f430e87806', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:09 GMT', 'x-amzn-requestid': 'sybzxJ1i94FON4eyil3MqKiFnCKQJZAqMeGhZNwiLFMviLLqzWvj', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163309Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163309Z
20251111/us-east-1/s3/aws4_request
3aebce2ace15df957acd7b3fdae76985f40b9f986e1b45c138139103b70925d6
DEBUG    botocore.auth:auth.py:430 Signature:
aff5257f60272569460afd08c582505f3389ac6454cc7cc8584f01ca9b5be6d9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163309Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=aff5257f60272569460afd08c582505f3389ac6454cc7cc8584f01ca9b5be6d9', 'amz-sdk-invocation-id': b'08c9c159-f633-42d9-8185-719466e1230c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:09 GMT', 'x-amzn-requestid': 'vgBOaONR3gY9p0oiYscI57Yb5E1lbnYLFpuhD4NvMOzv7pMsDGIu', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163309Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163309Z
20251111/us-east-1/s3/aws4_request
8a20715c6f574744d0c971660c244a9f2cbb7b509e209a5e85e87d2e663a6d01
DEBUG    botocore.auth:auth.py:430 Signature:
b2c3efc822eed37025712e4c656bf672a6842c1ffa5cced1b1854b5eb0f6b0ec
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163309Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b2c3efc822eed37025712e4c656bf672a6842c1ffa5cced1b1854b5eb0f6b0ec', 'amz-sdk-invocation-id': b'3408afe2-f5a6-4c44-9cf7-1082634e9fd5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:09 GMT', 'x-amzn-requestid': 'XZMoOrbZ8wcfPGgvG47OmdtHckf4wqDeiHGCdxo9F925UvoAnl4P', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 70fe91d4-9cfd-4e13-a2b1-0e499d52438d, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 70fe91d4-9cfd-4e13-a2b1-0e499d52438d, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 70fe91d4-9cfd-4e13-a2b1-0e499d52438d, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 317c529e-f043-44fc-947f-c87cbc894185, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 317c529e-f043-44fc-947f-c87cbc894185, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 317c529e-f043-44fc-947f-c87cbc894185, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163311Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163311Z
20251111/us-east-1/s3/aws4_request
248de3d9309933a1c82a7f23f16110187c6eb5252c53c45ce2fbcfca73966b72
DEBUG    botocore.auth:auth.py:430 Signature:
7f318a2b65255d5d73e42ae6ab515b0caff6d8fe9cd4d8437dae37bd793d5079
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163311Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7f318a2b65255d5d73e42ae6ab515b0caff6d8fe9cd4d8437dae37bd793d5079', 'amz-sdk-invocation-id': b'20a8ea69-e92c-49e4-a80a-84a8f8c1bb04', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:11 GMT', 'x-amzn-requestid': '3uln2U5xW05nF9Q3aQ6VSsAlHjL1XQHiOa4jrIkpYfxQnIahSmoB', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163311Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163311Z
20251111/us-east-1/s3/aws4_request
027369f4b84adc8e4796b4829e0453394adbbf90624d2a7b617db36d30b68f6b
DEBUG    botocore.auth:auth.py:430 Signature:
28845967d45cc1818152a15fa13a371c14cd464bfc9ea4d50a1484ad78eef679
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163311Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=28845967d45cc1818152a15fa13a371c14cd464bfc9ea4d50a1484ad78eef679', 'amz-sdk-invocation-id': b'9137cae4-c972-4d8a-90fd-990aded59050', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:11 GMT', 'x-amzn-requestid': 'EI1oG6K1uTzm0IxlhrxGlsFXziJXrUDt6GBiwT1Hf7Nbkg1jzule', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163311Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163311Z
20251111/us-east-1/s3/aws4_request
d6f5bea944f733f16d5b953740c7b60a14cf95784b96ba938507a437c99bf2cc
DEBUG    botocore.auth:auth.py:430 Signature:
f7340c80d3dcc17f3fd7256547e129df08ce2818d1e763bb17a5b55fbf293a7d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163311Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f7340c80d3dcc17f3fd7256547e129df08ce2818d1e763bb17a5b55fbf293a7d', 'amz-sdk-invocation-id': b'0b4a8472-6546-4e47-bf35-8e45d37b0ce5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:11 GMT', 'x-amzn-requestid': 'Bus4zZbpF3lNl5SahaIPB7PM5v8hR6aTdejx2KGh1UGNHxpl1YO6', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d6de62d7-d9aa-400b-a6ac-35ad76800cd8, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d6de62d7-d9aa-400b-a6ac-35ad76800cd8, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d6de62d7-d9aa-400b-a6ac-35ad76800cd8, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, efe0db0a-9742-4d3a-82bd-2f48f834b5d2, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, efe0db0a-9742-4d3a-82bd-2f48f834b5d2, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, efe0db0a-9742-4d3a-82bd-2f48f834b5d2, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163313Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163313Z
20251111/us-east-1/s3/aws4_request
5fa6123a10ac2ce91547c3d631a7936ae6fc24c1ad6cdf5bb2e682ac259debe5
DEBUG    botocore.auth:auth.py:430 Signature:
fee634df396c8c395680263ee6c4c7c058f3971e4aa2c202ec494adc3298c514
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163313Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fee634df396c8c395680263ee6c4c7c058f3971e4aa2c202ec494adc3298c514', 'amz-sdk-invocation-id': b'2ce54837-9d4e-466c-9a90-fd0ecf9d4429', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:13 GMT', 'x-amzn-requestid': 'uVyj3EA5xT9U2b9JlLpPpGzSZ0cZCprwS9uBq3Xqg0T5MsjX1ECn', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163313Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163313Z
20251111/us-east-1/s3/aws4_request
25b09f48b78e6a3bf86e689e6b519178dd46fee10ec8f98348d91ed57effff78
DEBUG    botocore.auth:auth.py:430 Signature:
ed2f4c341af26ead0c6afd6ceca55f652c9e50e959003a12d87d41d43b99cffe
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163313Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ed2f4c341af26ead0c6afd6ceca55f652c9e50e959003a12d87d41d43b99cffe', 'amz-sdk-invocation-id': b'874b2858-1f06-41e4-b347-5a3058c27eab', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:13 GMT', 'x-amzn-requestid': 'cOnJCLRVytDFqGUi0ThBITa70hpKJlQu0jU5Fxl7YFZT20pcpVSd', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163313Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163313Z
20251111/us-east-1/s3/aws4_request
a97c43febcf18c6542ba3e9fe4c49498699a576a99e701ce4cafb9ca12274d42
DEBUG    botocore.auth:auth.py:430 Signature:
ca80083a2e1e704070edc7d59186938546a62c1dc26258318e6df3ee0e4acbdc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163313Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ca80083a2e1e704070edc7d59186938546a62c1dc26258318e6df3ee0e4acbdc', 'amz-sdk-invocation-id': b'e185b0e7-8b6f-4926-b9e1-ea57674902dd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:13 GMT', 'x-amzn-requestid': 'eZworA4mewaXA05l5MBoxONjld0fVqM01lYJtjwpvG53siZt8uLG', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bf88893b-ec7d-463f-9a22-aca6653d6564, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bf88893b-ec7d-463f-9a22-aca6653d6564, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, bf88893b-ec7d-463f-9a22-aca6653d6564, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 3d232f63-9f2c-4567-b1f5-c82cc0f42b03, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 3d232f63-9f2c-4567-b1f5-c82cc0f42b03, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 3d232f63-9f2c-4567-b1f5-c82cc0f42b03, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163315Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163315Z
20251111/us-east-1/s3/aws4_request
3a6548de193b63920e6b5576a84789967fdec4f0d8e13ef9b9bc989143beecca
DEBUG    botocore.auth:auth.py:430 Signature:
b592b4be3cdfa30882c0e6a2bfbcbc1b3095acfcfe2c2c0719f013eea116f1bd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163315Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b592b4be3cdfa30882c0e6a2bfbcbc1b3095acfcfe2c2c0719f013eea116f1bd', 'amz-sdk-invocation-id': b'4061b8c7-9484-46b2-944f-5465e0e1f0e7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:15 GMT', 'x-amzn-requestid': '2utGBUqqitl9x6v7GQLK2QmNxZgBXFT5eusaGrGBifRzWsZiSWx2', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163315Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163315Z
20251111/us-east-1/s3/aws4_request
48161bd7ad16398e89695fee2b293d5f3354e43a7d7febd8d62e07fd360d5f07
DEBUG    botocore.auth:auth.py:430 Signature:
6c2672854cf77fe00bb42bbaf3bde10dd0c1730e04e2cbe526c7950533f54ba9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163315Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6c2672854cf77fe00bb42bbaf3bde10dd0c1730e04e2cbe526c7950533f54ba9', 'amz-sdk-invocation-id': b'7a2e2528-a84d-4cf7-9ec7-047f46323287', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:15 GMT', 'x-amzn-requestid': 'pVCebpUTIarMXR4IVQxz66wlOJkUPt5d6lezGOEwiA1vBqRDkkKt', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163315Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163315Z
20251111/us-east-1/s3/aws4_request
a1a5a4b05e09d7f5929d787bcbdb2d6b6a639de5af17b017713a15541f604d3f
DEBUG    botocore.auth:auth.py:430 Signature:
d611a840a09bc22d2c754cdd3c546471aec5865793201fe3163588ef243779f8
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163315Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d611a840a09bc22d2c754cdd3c546471aec5865793201fe3163588ef243779f8', 'amz-sdk-invocation-id': b'b33b4677-bd3f-4b27-854a-680e86754db7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:15 GMT', 'x-amzn-requestid': 'fhjH5QD7KcXioqbR76uVLhORejvAj8szOhP98HkiadZFeQfk1QBA', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 664c9f2d-15c3-49eb-b135-6611875b3f73, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 664c9f2d-15c3-49eb-b135-6611875b3f73, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 664c9f2d-15c3-49eb-b135-6611875b3f73, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, eda23412-6b4f-460c-b5c9-32a15cf2a7f2, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, eda23412-6b4f-460c-b5c9-32a15cf2a7f2, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, eda23412-6b4f-460c-b5c9-32a15cf2a7f2, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163316Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163316Z
20251111/us-east-1/s3/aws4_request
9c54a8421541ddac606a69a8ebd473d50d41ac7078f1868ebf4e5916517bb885
DEBUG    botocore.auth:auth.py:430 Signature:
1aaf52844cac6c547169084db30a4aff9e89d1271617f730654ca254fe8b89bd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163316Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1aaf52844cac6c547169084db30a4aff9e89d1271617f730654ca254fe8b89bd', 'amz-sdk-invocation-id': b'793073b3-9b70-4ea1-ad0e-fcf5b6b62ffc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:16 GMT', 'x-amzn-requestid': '98MdiAG62hVHtAgnsMznnGi8rPKLLMISqvOnx5uGTlOihMp6skOK', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163316Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163316Z
20251111/us-east-1/s3/aws4_request
a174d76a8c62655547a902307c471a955e980ab07252ce8c58636859e7d5253f
DEBUG    botocore.auth:auth.py:430 Signature:
fb6bae622759227366270f3907679434acba0d4d35f1f4204afe25911c57dcc7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163316Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fb6bae622759227366270f3907679434acba0d4d35f1f4204afe25911c57dcc7', 'amz-sdk-invocation-id': b'471facef-d62b-4424-8e75-c4f52fa12158', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:16 GMT', 'x-amzn-requestid': 'KbtTqAcTT6w2vjrMeKi6gWlfba7JqjGgpBDVKm1fhlWwSvKchPTL', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163316Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163316Z
20251111/us-east-1/s3/aws4_request
96311b88dd74ce848ee21b9fb5566b04ce322312f70a7bc05926d1920654341a
DEBUG    botocore.auth:auth.py:430 Signature:
930405327091d84f8af5d04d4248db6f90776a57e47b315c61bc9c430d4517ca
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163316Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=930405327091d84f8af5d04d4248db6f90776a57e47b315c61bc9c430d4517ca', 'amz-sdk-invocation-id': b'9587e11b-b285-4569-8fa4-9fd79c45237e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:16 GMT', 'x-amzn-requestid': 'WfY3qSJ3nkzRAvS0UTSEVrcJ8qYr8qydFgtZT9YjaqVc8xzLs0r8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 63262deb-5d30-49b2-9bd0-c72e8cecc5e7, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 63262deb-5d30-49b2-9bd0-c72e8cecc5e7, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 63262deb-5d30-49b2-9bd0-c72e8cecc5e7, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 87dc106f-5454-466a-8718-cad15cf99112, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 87dc106f-5454-466a-8718-cad15cf99112, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 87dc106f-5454-466a-8718-cad15cf99112, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163318Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163318Z
20251111/us-east-1/s3/aws4_request
e36d327388938db02e632d16f4308cee7ae1b4bcc7056fa3031817bdf6832166
DEBUG    botocore.auth:auth.py:430 Signature:
10b0e6a9b126cfbf20d7e1de32a8cf074230193ed876a0e439ea1c152fb5724d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163318Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=10b0e6a9b126cfbf20d7e1de32a8cf074230193ed876a0e439ea1c152fb5724d', 'amz-sdk-invocation-id': b'd4f42d9f-96c5-46dc-bd65-e9fab522651f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:18 GMT', 'x-amzn-requestid': 'ZB1Wd8ckZeGpHwPdHzHSJ4lLXXhwU8ascUQxpxXj2tMOp8xsUbe3', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163318Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163318Z
20251111/us-east-1/s3/aws4_request
0b9fd9dc7f3a7cb6281b0e6c8bbb0f522538fb9e820fd8648d292cd2fbf11209
DEBUG    botocore.auth:auth.py:430 Signature:
9adcf08e78d6f03b130b18754979498d7d50dbc64c0305035f11f4e42c9fef01
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163318Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9adcf08e78d6f03b130b18754979498d7d50dbc64c0305035f11f4e42c9fef01', 'amz-sdk-invocation-id': b'e912a4bb-fba2-4e8e-b995-8f2e593a9bbf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:18 GMT', 'x-amzn-requestid': 'l7NoCTxw9sVHO7PM4v8O36zAfeUILGwtDEBxBErRUkYYLcShaCot', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163318Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163318Z
20251111/us-east-1/s3/aws4_request
cbc1f21b5af2847a98a80004328459c050f533950f9eeca006a2588d33af48db
DEBUG    botocore.auth:auth.py:430 Signature:
fa456cfc67593a2bff434e157f60bd644ec1f33c9fe2047855f903ba2f008699
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163318Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fa456cfc67593a2bff434e157f60bd644ec1f33c9fe2047855f903ba2f008699', 'amz-sdk-invocation-id': b'6e5f2884-2314-4b75-9d42-d691459b030a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:18 GMT', 'x-amzn-requestid': 'oq3p6GFmK4hRw2klXnbNcm6Skd5o6MH898kL6mG0GcOKFdI4WCHO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 929e622a-cfd4-4ea0-8c8a-e3588122fad0, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 929e622a-cfd4-4ea0-8c8a-e3588122fad0, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 929e622a-cfd4-4ea0-8c8a-e3588122fad0, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 40855923-43f3-4369-9a8e-aad6b0224529, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 40855923-43f3-4369-9a8e-aad6b0224529, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 40855923-43f3-4369-9a8e-aad6b0224529, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163320Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163320Z
20251111/us-east-1/s3/aws4_request
77615a66001eee053c1bfc36cbf320e8cbb3309df95b60cc7fcf735362dde9ac
DEBUG    botocore.auth:auth.py:430 Signature:
3dd29e026cfae3345bc4b149394db491cc178389fcaa73f1d5b6996e5738f75a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163320Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3dd29e026cfae3345bc4b149394db491cc178389fcaa73f1d5b6996e5738f75a', 'amz-sdk-invocation-id': b'68e82356-18bd-4f43-8326-350e112bb600', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:20 GMT', 'x-amzn-requestid': 'rUsBoyUDuktyl5uw8Yt2yH72AkRKfeDqZ4ZEIOX08GVRJAcF0gKa', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163320Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163320Z
20251111/us-east-1/s3/aws4_request
9959451ad34678fd313539d9704df53e7c293ac8b42bbd2a66b7c1f94195cfb6
DEBUG    botocore.auth:auth.py:430 Signature:
ce25e1e63e75ca7a810f392407a1995fb5ff5479d73939f4c79a7bc9accb01a6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163320Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ce25e1e63e75ca7a810f392407a1995fb5ff5479d73939f4c79a7bc9accb01a6', 'amz-sdk-invocation-id': b'c77b48f0-68f5-4f58-beee-3ed9174e10ef', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:20 GMT', 'x-amzn-requestid': 'PK8DTLBF65rUgXLjYuAYts5k8J9f00n9iK4F96LnK7Wp4KNBoclZ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163320Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163320Z
20251111/us-east-1/s3/aws4_request
7fbad2ebad09d7ffe39911771ca1545e94134e9cb116fc44395bd02740512d19
DEBUG    botocore.auth:auth.py:430 Signature:
b6f940f46905cea51da6b044e5510655a4bcb73def1af896fd6f93a9f6c269ac
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163320Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b6f940f46905cea51da6b044e5510655a4bcb73def1af896fd6f93a9f6c269ac', 'amz-sdk-invocation-id': b'1bb96302-b299-4277-a813-999af2e0cb40', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:20 GMT', 'x-amzn-requestid': 'vmWCGoGq8tfrQxN0NiMblihGVnEKXu9ogd709qQwMnMTYGi3GYOE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0cc56c3b-90b0-4b67-9419-34a54e1b7bdc, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0cc56c3b-90b0-4b67-9419-34a54e1b7bdc, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 0cc56c3b-90b0-4b67-9419-34a54e1b7bdc, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, af0285dd-55d6-47fa-b280-be497b0012aa, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, af0285dd-55d6-47fa-b280-be497b0012aa, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, af0285dd-55d6-47fa-b280-be497b0012aa, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163322Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163322Z
20251111/us-east-1/s3/aws4_request
b064ad521dfaf36e2d768880ee92ce285954d1afd7a99f9929553f2da19a9bc7
DEBUG    botocore.auth:auth.py:430 Signature:
4acf2a761d164ae32af3a9b7dcf058fa0125bbb461844520b0893f76786d4b45
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163322Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4acf2a761d164ae32af3a9b7dcf058fa0125bbb461844520b0893f76786d4b45', 'amz-sdk-invocation-id': b'2a7b5f0f-c813-4c79-abfb-dc3e6499e769', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:22 GMT', 'x-amzn-requestid': '7qUpEJlka2hLSyvtnfwrUf12SWnH7aT1oTvJkst2d6GKse8DkOC5', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163322Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163322Z
20251111/us-east-1/s3/aws4_request
5f16053b7609436a219fa12868711e06d3b144239f62f791e23f212e7a8fe6d7
DEBUG    botocore.auth:auth.py:430 Signature:
9dc06b8f8c3dde704a4dc860d87250df7a2e8768fee8fef582bd322d9894fc81
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163322Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9dc06b8f8c3dde704a4dc860d87250df7a2e8768fee8fef582bd322d9894fc81', 'amz-sdk-invocation-id': b'21a683b4-b253-4b98-b275-70c11a688668', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:22 GMT', 'x-amzn-requestid': 'UXfX2m29mIrjrOirlKhxHyX5DgWgR9GdSXDfl3Dn1BcuyQNObxV1', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163322Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163322Z
20251111/us-east-1/s3/aws4_request
3d5f39129b934abc64907109b4cc04edbb4f811102b2858d9e9f5e425656c277
DEBUG    botocore.auth:auth.py:430 Signature:
a58d45a0fda870cb0149808629e6e3c1b97abeb2a87196d9bf291ea2e0a49f6e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163322Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a58d45a0fda870cb0149808629e6e3c1b97abeb2a87196d9bf291ea2e0a49f6e', 'amz-sdk-invocation-id': b'b272ea6f-52c1-4969-a676-fa5ea3fc1132', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:22 GMT', 'x-amzn-requestid': 'DfSktVdtvebscg9Ch863I3f2e1o6LgKnOBejlfyMYytM4KZLFTMf', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, ee82896c-4018-4a54-bee6-3dee26a3ff7f, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, ee82896c-4018-4a54-bee6-3dee26a3ff7f, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, ee82896c-4018-4a54-bee6-3dee26a3ff7f, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cec9a77a-e09f-4819-9a47-1c61db432112, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cec9a77a-e09f-4819-9a47-1c61db432112, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, cec9a77a-e09f-4819-9a47-1c61db432112, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163324Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163324Z
20251111/us-east-1/s3/aws4_request
01d35580d1e04705e161bc7282ca4c1b2efb1512d06b994c1b4b2b087966c034
DEBUG    botocore.auth:auth.py:430 Signature:
47462693644ac75c2b03e3b4cf2b24384ed05005ec2696adee74b6961e55b3b7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163324Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=47462693644ac75c2b03e3b4cf2b24384ed05005ec2696adee74b6961e55b3b7', 'amz-sdk-invocation-id': b'6c2496ac-079a-42fe-b07e-59d2c9649c67', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:24 GMT', 'x-amzn-requestid': '6v9JZdNG67k7lChkY9WMvH4VDY7tyld7wlAzyis4Q8GMbOCwemLd', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163324Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163324Z
20251111/us-east-1/s3/aws4_request
6806972d60b51216f86a682bf1fd50f99ade62e3c15c7ea04e3c330f75e7726f
DEBUG    botocore.auth:auth.py:430 Signature:
45373c1a986a8312814fc924ffd31c172d25df95209c3dac222bd31419cf8d16
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163324Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=45373c1a986a8312814fc924ffd31c172d25df95209c3dac222bd31419cf8d16', 'amz-sdk-invocation-id': b'a8661954-f173-4ff2-bf28-4fe7510261f7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:24 GMT', 'x-amzn-requestid': 'wHagRFYkiL1icsxJHkF8WRxKyx356AEwjXhKUFNKv8ywwuRCta6x', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163324Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163324Z
20251111/us-east-1/s3/aws4_request
d5d1aff40c9a67a96724eebe5fa380c544e1cda9e230d65d19563d2f4dcb55cf
DEBUG    botocore.auth:auth.py:430 Signature:
4c91c80b7dcb7d01948c5ff721314834ce426588cc237aa211bd7b2da8db53e1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163324Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4c91c80b7dcb7d01948c5ff721314834ce426588cc237aa211bd7b2da8db53e1', 'amz-sdk-invocation-id': b'ba355654-165a-4c7c-ba94-b2b1f5f14130', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:24 GMT', 'x-amzn-requestid': 'WwzGNGW2HlwL06dbIiOXwlBGQMCSecMlxmperhJxDPpX72V6PatU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 42113f5e-0ba4-48f9-8d0d-21adb77b8f2d, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 42113f5e-0ba4-48f9-8d0d-21adb77b8f2d, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 42113f5e-0ba4-48f9-8d0d-21adb77b8f2d, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 09b45463-7aeb-4922-8fe4-9d7aac28e5c4, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 09b45463-7aeb-4922-8fe4-9d7aac28e5c4, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 09b45463-7aeb-4922-8fe4-9d7aac28e5c4, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163325Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163325Z
20251111/us-east-1/s3/aws4_request
6064f6090658268b2a85ef8f8095388da7a8fe5a86c1b1085746743a35576d12
DEBUG    botocore.auth:auth.py:430 Signature:
83c9d861f9ecaec4df45d889812b1fc8f0a0a8f9697e223f36736040e2cf6cec
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163325Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=83c9d861f9ecaec4df45d889812b1fc8f0a0a8f9697e223f36736040e2cf6cec', 'amz-sdk-invocation-id': b'342a36f0-c2da-4d54-b5ce-95fb38d78e0b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:25 GMT', 'x-amzn-requestid': 'tS6WPNsK6DdxmXw1Z76LSSibjAbqJxiic8piqUsEuTNlqo60DQMZ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163325Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163325Z
20251111/us-east-1/s3/aws4_request
3696ba3045ef620c2461a45b01eebe0f8cb3567bc7c3524a236dc8e6332c5b2a
DEBUG    botocore.auth:auth.py:430 Signature:
0bd13576eee38dfb9c953e949bad7ddd4ef5b648f21ef3bcdfc185db56d91418
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163325Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0bd13576eee38dfb9c953e949bad7ddd4ef5b648f21ef3bcdfc185db56d91418', 'amz-sdk-invocation-id': b'882f492e-3a84-4351-a80c-c307264d5038', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:25 GMT', 'x-amzn-requestid': 'Z5GiUDSzM0Lhfg3yLewgEZdqExh0BTFtcwHp6acHEIQGxMp3iIfp', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163325Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163325Z
20251111/us-east-1/s3/aws4_request
cc9a0ce2ae7aaef46885b2b8a2fecc32fd200c3a591f9c8ae2c4543334dbcc3f
DEBUG    botocore.auth:auth.py:430 Signature:
113579174e978e05e1cdb47998a2ae1d3fde39f1ab9ed62b34dd67bf96a80afa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163325Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=113579174e978e05e1cdb47998a2ae1d3fde39f1ab9ed62b34dd67bf96a80afa', 'amz-sdk-invocation-id': b'03dfc7b5-c55a-4d4a-88c1-f83ca4d3845c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:25 GMT', 'x-amzn-requestid': 'CzYks6bHKQf6T2ChKsJDfAJsxGzReVhPyrLU7Ul94x4TA4Gef73k', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d4017de2-f1ed-4ab9-a4f8-4aa64b022434, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d4017de2-f1ed-4ab9-a4f8-4aa64b022434, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d4017de2-f1ed-4ab9-a4f8-4aa64b022434, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aa561592-dcd4-4116-ae1e-78215b721bc6, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aa561592-dcd4-4116-ae1e-78215b721bc6, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, aa561592-dcd4-4116-ae1e-78215b721bc6, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
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.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root
DEBUG    ydb.connection:connection.py:375 RpcState(ListEndpoints, 138a9029-12c9-45cc-b7bd-0bbc3212e8b0, localhost:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 138a9029-12c9-45cc-b7bd-0bbc3212e8b0, localhost:6475): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 138a9029-12c9-45cc-b7bd-0bbc3212e8b0, localhost:6475): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-eb3j45nagm.auto.internal" port: 6475 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-eb3j45nagm.auto.internal:6475, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:6475
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163327Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163327Z
20251111/us-east-1/s3/aws4_request
6cfb7e812626dd5c2e9a5e009747ff4f741982a5365ff63b80a23a732b286ba6
DEBUG    botocore.auth:auth.py:430 Signature:
7fb3da70622c1e16f31db744609c53f4bd480009f64baee66c420fe6a198162e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163327Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7fb3da70622c1e16f31db744609c53f4bd480009f64baee66c420fe6a198162e', 'amz-sdk-invocation-id': b'b509df71-a3a0-4063-930b-ca24804467ac', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:27 GMT', 'x-amzn-requestid': 'nSmRoebZtnazvqAPMGOjdVulgAdkBF9KY9gKYriiu7MBr9elnuSJ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163327Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163327Z
20251111/us-east-1/s3/aws4_request
d9015e71d660aa08761fc543bca0b1d92e448a8388534712e71b960cbcf6feb5
DEBUG    botocore.auth:auth.py:430 Signature:
0de4e852bfa7fbfeda4112ffa39a12991fb1117574079c42eab0c7b294067c57
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163327Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0de4e852bfa7fbfeda4112ffa39a12991fb1117574079c42eab0c7b294067c57', 'amz-sdk-invocation-id': b'49134f13-97d4-47cc-864e-900d682ff7f9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:27 GMT', 'x-amzn-requestid': 'oo9893YV4fOuSZtrU5kV2QLTcDLJ2jUoVvDZwN4KQiJ7dqnBo6c1', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163327Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163327Z
20251111/us-east-1/s3/aws4_request
fd8aa604a9a8ac2e1d3965369729aa90edbf3ab944ad8a2212d4b54a06b6718d
DEBUG    botocore.auth:auth.py:430 Signature:
832e2d0bee7cd6a7af41bd566e1e1adc4c6cd836d7f6131f3ce23a9b62462254
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163327Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=832e2d0bee7cd6a7af41bd566e1e1adc4c6cd836d7f6131f3ce23a9b62462254', 'amz-sdk-invocation-id': b'e3d2fd34-dee1-428a-aa93-42fd1ab2f9fd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:27 GMT', 'x-amzn-requestid': 'x8Rm9NVzeEPRpSYoOysqllu7hRdxkYUKbTeJIj4Jx17FSZ6YxqG3', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f5d6a111-5741-40c6-adfa-812a6c8539fe, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f5d6a111-5741-40c6-adfa-812a6c8539fe, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, f5d6a111-5741-40c6-adfa-812a6c8539fe, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d8a5daf7-f4e2-4bd7-8128-fabb62629ff7, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d8a5daf7-f4e2-4bd7-8128-fabb62629ff7, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d8a5daf7-f4e2-4bd7-8128-fabb62629ff7, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163329Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163329Z
20251111/us-east-1/s3/aws4_request
08a841fc0ecbc016f41605f68094eea24c3d82bd82b44dea4dbb16da490b391f
DEBUG    botocore.auth:auth.py:430 Signature:
a8806819727606883f83628b63fd3fe66a5a213deee663f0a5df2ee8eecd0ef6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163329Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a8806819727606883f83628b63fd3fe66a5a213deee663f0a5df2ee8eecd0ef6', 'amz-sdk-invocation-id': b'865206c3-4b23-4d35-bb6d-867fb2882c54', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:29 GMT', 'x-amzn-requestid': 'hPgMauTuQ5wMZzwVKwUPLIe6vdpadBfi2YlUt4jy0KfkjSzJYNwe', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163329Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163329Z
20251111/us-east-1/s3/aws4_request
f830603df60f78ab92574e4bdd13651f740e525656e768d6ff86aeb1c4109f8f
DEBUG    botocore.auth:auth.py:430 Signature:
40a62b5572078820b3ad2728a88643fdf87fc4762f736bde8397cdaa104c1379
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163329Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=40a62b5572078820b3ad2728a88643fdf87fc4762f736bde8397cdaa104c1379', 'amz-sdk-invocation-id': b'a8871d78-fbd5-4efd-a913-7bd2a4d32506', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:29 GMT', 'x-amzn-requestid': 'BSE0v3v1B6r7ZFmBXtzPd1APQdOsRlKwouqeXNwxvrqzWwdjEmAJ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163329Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163329Z
20251111/us-east-1/s3/aws4_request
997d161adf7310eda1cfa086e836f49e13ddb3409865198ecca1feb89f8d767a
DEBUG    botocore.auth:auth.py:430 Signature:
35606dfc2d889024bf4691ca9df775d71418551d606c10fb952619abc690e1b4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163329Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=35606dfc2d889024bf4691ca9df775d71418551d606c10fb952619abc690e1b4', 'amz-sdk-invocation-id': b'5d585eb8-d4ac-41f1-b7ee-e9597572d87c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:29 GMT', 'x-amzn-requestid': 'beA5PQYNiLOuAlhgZ1J7XfXKgie3oRyYcRYXTghHrXIhnwhoHIKZ', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e2e0b2c2-9e46-486f-9415-f66e43159e04, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e2e0b2c2-9e46-486f-9415-f66e43159e04, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, e2e0b2c2-9e46-486f-9415-f66e43159e04, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, bb08a4de-126e-4238-acc4-9ad73be5bc11, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, bb08a4de-126e-4238-acc4-9ad73be5bc11, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, bb08a4de-126e-4238-acc4-9ad73be5bc11, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163331Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163331Z
20251111/us-east-1/s3/aws4_request
a579dfd7cc82193e45f0887b5984e0bfbddb19ef95c23ec7cf7f202234372935
DEBUG    botocore.auth:auth.py:430 Signature:
538db05d71286f7227294d7cc1d9f1ac6fe704a392613268943cda583dfd1e89
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163331Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=538db05d71286f7227294d7cc1d9f1ac6fe704a392613268943cda583dfd1e89', 'amz-sdk-invocation-id': b'0f2d90ff-3220-46c7-aeee-45e707610c3d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:31 GMT', 'x-amzn-requestid': 'BdbWCKWHccA0lrNX1uopYzDciPfk6JDIEPoZYsKfRvLjS7OlTBny', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163331Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163331Z
20251111/us-east-1/s3/aws4_request
10946b44774303d04798055c97fc60401451d29bcbfefd4a9c9e7adfa976aa3b
DEBUG    botocore.auth:auth.py:430 Signature:
c5c02332a3f35b64bec7c7995718c934d9df574f9cca0945ae7c61c365022303
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163331Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c5c02332a3f35b64bec7c7995718c934d9df574f9cca0945ae7c61c365022303', 'amz-sdk-invocation-id': b'4486c7d4-3cb1-4f63-9048-e0e9ef005306', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:31 GMT', 'x-amzn-requestid': 'fodqFVu8O7pnSV1y35UyBuzTbGgBNye5nZe9OiYx9fpsqKdRd0dR', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163331Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163331Z
20251111/us-east-1/s3/aws4_request
44fadfdfc5b1ce117217b212e218544327245b9ab22c1ab8bde76b6b8cb1ea8d
DEBUG    botocore.auth:auth.py:430 Signature:
3005c3e88149b18bac0818710c40651096993e5a3636574a286b479e381b00e7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163331Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3005c3e88149b18bac0818710c40651096993e5a3636574a286b479e381b00e7', 'amz-sdk-invocation-id': b'f5c5fed6-f38d-4ca7-86c0-20d26e09570d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:31 GMT', 'x-amzn-requestid': 'oS2HTSQVXXabZVOiLpPjLNPGiUq0OlssFkWWPjQ6XGxosc68tF4j', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 63c87216-e37d-43ce-b0c7-c4ddb7f6cf13, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 63c87216-e37d-43ce-b0c7-c4ddb7f6cf13, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 63c87216-e37d-43ce-b0c7-c4ddb7f6cf13, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b18a8acd-703f-4b2f-912b-f797704948c5, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b18a8acd-703f-4b2f-912b-f797704948c5, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, b18a8acd-703f-4b2f-912b-f797704948c5, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163333Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163333Z
20251111/us-east-1/s3/aws4_request
e1b40306510ca2eb3c98ef60d1f313f22a09632b233fac4d4e67cb8ae4fe45fa
DEBUG    botocore.auth:auth.py:430 Signature:
ee25374d8104bf38f36d32050895c821d60202fe6f6842e82d332cff0d2821ae
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163333Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ee25374d8104bf38f36d32050895c821d60202fe6f6842e82d332cff0d2821ae', 'amz-sdk-invocation-id': b'00abf6bf-0bf3-4d15-a394-9c153a1febc5', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:33 GMT', 'x-amzn-requestid': 'lbYR7pEFAUqPc3h0Gq73VR4wkPyYDU2Hh8iYqYJODuf05Bn9Jaa4', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163333Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163333Z
20251111/us-east-1/s3/aws4_request
28760d5983d1a137756a551d884b1aafcb1beac0e050f88195c31d31e98c52ab
DEBUG    botocore.auth:auth.py:430 Signature:
a127c7071ca50ff29d5cb268c22764e5d53186c436df8f819fc8405d982215c9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163333Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a127c7071ca50ff29d5cb268c22764e5d53186c436df8f819fc8405d982215c9', 'amz-sdk-invocation-id': b'f693e0e8-90d7-4997-855a-993132baa671', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:33 GMT', 'x-amzn-requestid': 'luks3A46Sr7LepyzlA2AAPEILN05twFRsIpnFVaJ1qCzMUtoDXDX', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163333Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163333Z
20251111/us-east-1/s3/aws4_request
4ac84c49f66434065dc7cb06214d4ed9c05fc9f85426929639d32cf4a6ccb28b
DEBUG    botocore.auth:auth.py:430 Signature:
4b601ced99e91c4c3e03b5c5348c5d0a9f6530a2287064b2fada1b78f97f4165
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163333Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4b601ced99e91c4c3e03b5c5348c5d0a9f6530a2287064b2fada1b78f97f4165', 'amz-sdk-invocation-id': b'c11cc6a7-b347-4747-b354-09bd79b779b9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:33 GMT', 'x-amzn-requestid': 'MgulFf5cABMGKE3FoZTCUIZtQ2NdthTQtngD1xssGakg5QW6rZVU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e3b3851a-4c25-42f8-bcc8-ae044cb708b3, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e3b3851a-4c25-42f8-bcc8-ae044cb708b3, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, e3b3851a-4c25-42f8-bcc8-ae044cb708b3, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0c2e356d-a883-49da-8b7e-b554fa021b96, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0c2e356d-a883-49da-8b7e-b554fa021b96, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 0c2e356d-a883-49da-8b7e-b554fa021b96, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163335Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163335Z
20251111/us-east-1/s3/aws4_request
8fc9dea1090686504fad17efa8a7271a4f94f45fd5d90da6022fe7f8465ab032
DEBUG    botocore.auth:auth.py:430 Signature:
c29f9e964799b0426862f3bb8a87038695f828a0c3d307203515376ae89743ce
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163335Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c29f9e964799b0426862f3bb8a87038695f828a0c3d307203515376ae89743ce', 'amz-sdk-invocation-id': b'806316ab-d95e-4abd-a234-bdf24d503aa3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:35 GMT', 'x-amzn-requestid': 'pfXWXPfYsB2M3eKN1gsLrDkX2DL5sQLKGlCA4GuwDyhX6HAYquTX', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163335Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163335Z
20251111/us-east-1/s3/aws4_request
8f0a5fb296b0f7d8d97549800435c30406b5ab4ecdbbd06d6823bfa6c1db0af8
DEBUG    botocore.auth:auth.py:430 Signature:
58183f107509ece93f6d469bb1f93cc72ee05f2671dc489922616cd9626d795e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163335Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=58183f107509ece93f6d469bb1f93cc72ee05f2671dc489922616cd9626d795e', 'amz-sdk-invocation-id': b'f3d22e2c-20d0-4ff6-9b9a-56cc4ca4ce63', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:35 GMT', 'x-amzn-requestid': 'M12S77WPBriTqIoE8UvYhkZw6fStE62JfmKFAvwkQhaFf6FKSrv6', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163335Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163335Z
20251111/us-east-1/s3/aws4_request
62e85ab0c3eac48061a53a4bc44b586148d1c8f9395eff3d6650f257cab7c867
DEBUG    botocore.auth:auth.py:430 Signature:
7d61dee2f37fee77361e842468f9b283929d39339d2678663960d67fd2590cfb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163335Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7d61dee2f37fee77361e842468f9b283929d39339d2678663960d67fd2590cfb', 'amz-sdk-invocation-id': b'a5c9a097-294f-48fa-8e88-88f47277f0a6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:35 GMT', 'x-amzn-requestid': 'dFu6f44Y8a5zA380M0SDeOdeCBhn86lIwD4yif5f7GbvDsBSm3Rz', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c7b20a8d-0661-4611-9990-750b495c37d4, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c7b20a8d-0661-4611-9990-750b495c37d4, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c7b20a8d-0661-4611-9990-750b495c37d4, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f8b66acb-a241-4f99-8e25-f6f31035b02c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f8b66acb-a241-4f99-8e25-f6f31035b02c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, f8b66acb-a241-4f99-8e25-f6f31035b02c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163337Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163337Z
20251111/us-east-1/s3/aws4_request
ce25446a2696d3259a0356cdf167bcb0831cb241296f44da1122f3adbd39cba5
DEBUG    botocore.auth:auth.py:430 Signature:
8342264cfc972882a4f5a139fb954b80838ed75e4227d0808a4712cf8f0012f1
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163337Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8342264cfc972882a4f5a139fb954b80838ed75e4227d0808a4712cf8f0012f1', 'amz-sdk-invocation-id': b'b7645163-fd84-4a5b-8ba0-1d74dbaa27b7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:37 GMT', 'x-amzn-requestid': 'ro27HALlbtTyA4BJEASRNbAhBt7CN6SEm1BBSGheWq60NUjmSIWr', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163337Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163337Z
20251111/us-east-1/s3/aws4_request
904f72ac17662bc2ceab5f857181980ee3a97b291b7a8d0330b84bd43b89e8d1
DEBUG    botocore.auth:auth.py:430 Signature:
064172a7bc3f1bd86b22c931493affb036fe4110d27cd5658b23d876975792be
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163337Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=064172a7bc3f1bd86b22c931493affb036fe4110d27cd5658b23d876975792be', 'amz-sdk-invocation-id': b'2275fcd2-1e15-4823-b6e2-34e4932153b7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:37 GMT', 'x-amzn-requestid': 'aW3mC0aHXwhEWy6UlIiPNb8KDZqK77sNuzmqe9WAyhurgEDtMieK', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163337Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163337Z
20251111/us-east-1/s3/aws4_request
c7364ee639073b66738e62ffe28dd04568d2193ff832dcf545fb193c315d48a9
DEBUG    botocore.auth:auth.py:430 Signature:
8b15dbfcf3df71226889b998b5318609020aab12be517cf5b6910b7a5757a222
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163337Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8b15dbfcf3df71226889b998b5318609020aab12be517cf5b6910b7a5757a222', 'amz-sdk-invocation-id': b'1c3f7152-fa14-4495-ac11-614ae869e385', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:37 GMT', 'x-amzn-requestid': 'zrb77YjuKbAuDDFjkGNwhXvUVTyNGFAeUBgAxqQVACjbkCODQ6xE', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5b38f806-1f90-490a-8d64-2375e85d7824, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5b38f806-1f90-490a-8d64-2375e85d7824, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5b38f806-1f90-490a-8d64-2375e85d7824, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 928e6b88-707c-487f-9150-7c29a684bc48, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 928e6b88-707c-487f-9150-7c29a684bc48, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 928e6b88-707c-487f-9150-7c29a684bc48, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163339Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163339Z
20251111/us-east-1/s3/aws4_request
345f884f7c84d9f1d6163e3798e4e24ad7bd5940f52a5fa008c8bd8d9142f2b2
DEBUG    botocore.auth:auth.py:430 Signature:
b3af110f16b31df4b8550a72ceafb23fa99f2949c6aa90f4fe144b310cdbd844
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163339Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b3af110f16b31df4b8550a72ceafb23fa99f2949c6aa90f4fe144b310cdbd844', 'amz-sdk-invocation-id': b'65ab90dd-7c8a-488a-adf0-7c4a4e36041e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:39 GMT', 'x-amzn-requestid': 'fEQBfeXpvCaxWBgyxgc5j5ep0fAx1kr07YmrEUBdDZpPwcZhNvko', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163339Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163339Z
20251111/us-east-1/s3/aws4_request
e8b032347ec885b209b01017559d3c4185ebcac71193abe3913d303f11a9ce4d
DEBUG    botocore.auth:auth.py:430 Signature:
a97629457a006d3d2e5008310cbf138d8eb57565ef0972262f71c9a5839bd344
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163339Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a97629457a006d3d2e5008310cbf138d8eb57565ef0972262f71c9a5839bd344', 'amz-sdk-invocation-id': b'f197d520-ca99-4cf7-a103-1c4aec94a1fd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:39 GMT', 'x-amzn-requestid': 'QTBrmvjLmqxddUwCOxR2gDlDPEDy6YxSL5qDAcpB0Quw9c5lonqP', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163339Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163339Z
20251111/us-east-1/s3/aws4_request
61b1bcd93cdbafccea89d6077d37deef7b4e8b023c3843336b92d8c253fd9d45
DEBUG    botocore.auth:auth.py:430 Signature:
5dc7a4ce47805b1b10aba67ebb92988c59aaecf082d8cf3038f3bf462eb6f778
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163339Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5dc7a4ce47805b1b10aba67ebb92988c59aaecf082d8cf3038f3bf462eb6f778', 'amz-sdk-invocation-id': b'fb17741e-f86e-4206-9146-68a92747d5e9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:39 GMT', 'x-amzn-requestid': 'aHO2k36tlE8Ry3ebnE2Lz8snfUW567khVO9VOICC1crgyR4d4F3l', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 81e57cd9-d916-4d04-983e-1cf146e3b19e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 81e57cd9-d916-4d04-983e-1cf146e3b19e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 81e57cd9-d916-4d04-983e-1cf146e3b19e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b711a682-a355-4b2e-9259-7f95d1e8d404, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b711a682-a355-4b2e-9259-7f95d1e8d404, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, b711a682-a355-4b2e-9259-7f95d1e8d404, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163341Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163341Z
20251111/us-east-1/s3/aws4_request
a6ce2ce7484a6137d92144023d98c04cb37483eae4c072985d68359f31f14e5b
DEBUG    botocore.auth:auth.py:430 Signature:
470f5e0652b25f333d57c8b7becb9bdb6f4abe8dd76d80527bd6a7597d5e1c22
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163341Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=470f5e0652b25f333d57c8b7becb9bdb6f4abe8dd76d80527bd6a7597d5e1c22', 'amz-sdk-invocation-id': b'eff47c44-7fce-485e-b9f6-ca702ac5fc9b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:41 GMT', 'x-amzn-requestid': 'WcmOjFUMAN0cL28j0WWcP0SqrgwosWnQbSoF6KVqY3cJm9aTMii8', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163341Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163341Z
20251111/us-east-1/s3/aws4_request
c4a0f208e7bc446b5a36f1406ef749501b8bdd4a28f9a2690c9ba6f4f386a23d
DEBUG    botocore.auth:auth.py:430 Signature:
6eb4a17e9d6a095b35544496f9eb3f5d65fc1979f016805a15c5a0a2ab69d788
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163341Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6eb4a17e9d6a095b35544496f9eb3f5d65fc1979f016805a15c5a0a2ab69d788', 'amz-sdk-invocation-id': b'55bbd358-ef19-4475-8a15-adc2913fb77e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:41 GMT', 'x-amzn-requestid': 'rer0rzWIFb33T5b9cgUSHJiRA8AEfV9OhQ0IMJ5gzLMEEH8sYrYk', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163341Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163341Z
20251111/us-east-1/s3/aws4_request
a9b1e0be409c7a21a5698ebd90e30951e7c3a569396381e849b25c032852f135
DEBUG    botocore.auth:auth.py:430 Signature:
dab44929f392143e4569b12d3c0927b8c68f32e5ba2c5015c6ba13556a7484f0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163341Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dab44929f392143e4569b12d3c0927b8c68f32e5ba2c5015c6ba13556a7484f0', 'amz-sdk-invocation-id': b'62be5914-bfe4-4a63-819a-831b4e844303', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:41 GMT', 'x-amzn-requestid': 'K5BgFzvztXLB1N8qm1CqbJQI7UAa6aojjpQoVmSEtQPAri94BefP', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a39fbf78-7aa2-48f7-8c07-b7fb38f6d93c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a39fbf78-7aa2-48f7-8c07-b7fb38f6d93c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, a39fbf78-7aa2-48f7-8c07-b7fb38f6d93c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e31acec1-5e7f-44f2-80d5-ddc061abb1e3, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e31acec1-5e7f-44f2-80d5-ddc061abb1e3, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, e31acec1-5e7f-44f2-80d5-ddc061abb1e3, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163343Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163343Z
20251111/us-east-1/s3/aws4_request
8300ef9ba89070d7f6ec617c8602f0a5f465a251c5ac16910aa1ee32abebfbb1
DEBUG    botocore.auth:auth.py:430 Signature:
c428daa7716d55c9543674139a97d99e11bf17b2641efd564d606baced5c9c4b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163343Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c428daa7716d55c9543674139a97d99e11bf17b2641efd564d606baced5c9c4b', 'amz-sdk-invocation-id': b'3a4ede1c-0f5a-4331-9d12-17aec8f0b540', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:43 GMT', 'x-amzn-requestid': 'nzAF00FYedgAFzbUi8pGWLgu6jVF0FXVcMVbIUo3iWk746qYVkgx', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163343Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163343Z
20251111/us-east-1/s3/aws4_request
bcf9f4ffc7c1b1bf3b42d5ceeeb51e40cd37a20f460726c41bb920784f929ac2
DEBUG    botocore.auth:auth.py:430 Signature:
000a67dca5deab2a613323f2ed09c089813d6bbad075e61c537a3b7054e6c37f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163343Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=000a67dca5deab2a613323f2ed09c089813d6bbad075e61c537a3b7054e6c37f', 'amz-sdk-invocation-id': b'c47a0b4f-15cc-4c1a-ab84-fb73e0523b1d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:43 GMT', 'x-amzn-requestid': 'MyrGqRKChSfnDDnzdNZiWpHhb6pWRSvgifWWaaYZNUaK8uOAJb3X', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163343Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163343Z
20251111/us-east-1/s3/aws4_request
07b24a04d2d1db163279406d985f30b49dfc559036ddabb4a557d3db9e433c0b
DEBUG    botocore.auth:auth.py:430 Signature:
d5b36860f66a57a8fb717735af1ae0059ed8dc7644d5b81b6e874ba262457374
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163343Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d5b36860f66a57a8fb717735af1ae0059ed8dc7644d5b81b6e874ba262457374', 'amz-sdk-invocation-id': b'b89b71e1-e882-4b50-b5f6-72b53714453f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:43 GMT', 'x-amzn-requestid': 'R1HOJiMAdMzIIL5vXM5LyFho0b3amY37mpG0R0BejAbauTNLk4Ek', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7e3a6037-1552-43cd-8c27-8b4997a0ff9b, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7e3a6037-1552-43cd-8c27-8b4997a0ff9b, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 7e3a6037-1552-43cd-8c27-8b4997a0ff9b, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 9efb90c4-8ded-476b-b45f-d5803c7e4a5c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 9efb90c4-8ded-476b-b45f-d5803c7e4a5c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 9efb90c4-8ded-476b-b45f-d5803c7e4a5c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163345Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163345Z
20251111/us-east-1/s3/aws4_request
d970da6395a92fc71bd2e3108e4b9e88f66108d932d9e6a9f3c262a6e06c9e1d
DEBUG    botocore.auth:auth.py:430 Signature:
75ca2c85750c840ba9d24a44fd098c9f28e770ad1de546223c94eb07446897f0
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163345Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=75ca2c85750c840ba9d24a44fd098c9f28e770ad1de546223c94eb07446897f0', 'amz-sdk-invocation-id': b'd76c88e5-77e2-4101-8458-7e046173704f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:45 GMT', 'x-amzn-requestid': 'ax0w0at5Dgmz1LHn6GrflrzXpmIQCVWuG2sQqjkZHdyeh6hZzuMJ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163345Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163345Z
20251111/us-east-1/s3/aws4_request
1b77d609e14403a0d988b36075fbaa81f8b35a535161a5e279e75c0389c3629c
DEBUG    botocore.auth:auth.py:430 Signature:
7d3d0ace775bb58539a0b6df747869f9ae3bdb719ba3c4b93a28f819117d5891
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163345Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7d3d0ace775bb58539a0b6df747869f9ae3bdb719ba3c4b93a28f819117d5891', 'amz-sdk-invocation-id': b'eba8aacf-a75f-47db-96f1-e70b04e6b7bb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:45 GMT', 'x-amzn-requestid': 'v1GUSnDYBQCawbBv9JA0lc27CF7gEVqiIL6d2pa0MVh6UgC1Su80', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163345Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163345Z
20251111/us-east-1/s3/aws4_request
b6461d2877d82bc25e14b1c667869a8753929e2c3f3c248f858b2fe6b5d15e3f
DEBUG    botocore.auth:auth.py:430 Signature:
b1948da0b1f05db784da8bf19dce524946bebc9e8ca5366ca9791920d59ad74a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163345Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b1948da0b1f05db784da8bf19dce524946bebc9e8ca5366ca9791920d59ad74a', 'amz-sdk-invocation-id': b'43b18e15-56fd-4afc-aeb2-fbaffb8fb600', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:45 GMT', 'x-amzn-requestid': 'KVL73ag8qxTztbrx99KlR8DdnNmeMvWgvP3v4kN8GShx8CZvyimK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5ed4c848-16ba-4e32-ae33-8970af246938, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5ed4c848-16ba-4e32-ae33-8970af246938, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5ed4c848-16ba-4e32-ae33-8970af246938, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b98dda26-8bad-432e-b948-013bb2fb505f, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b98dda26-8bad-432e-b948-013bb2fb505f, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, b98dda26-8bad-432e-b948-013bb2fb505f, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163347Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163347Z
20251111/us-east-1/s3/aws4_request
5b3bacfbe7f55f3ef41d7f261937fb29150eaa4aca3f79d139f6b8a8ee271817
DEBUG    botocore.auth:auth.py:430 Signature:
40b047d38fafb8f78a177ab99dff5cea83a071aa6569c51e8db90fd33cd261dd
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163347Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=40b047d38fafb8f78a177ab99dff5cea83a071aa6569c51e8db90fd33cd261dd', 'amz-sdk-invocation-id': b'9373dd6b-66f3-4b17-bf86-3c4412be9e18', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:47 GMT', 'x-amzn-requestid': 'mxgfS6G5maywCGEWH7AZhdCfUiNTexAAAbRry9K8QYfB8GZNvI37', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163347Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163347Z
20251111/us-east-1/s3/aws4_request
3de510a8b101df6c1515bc3e3bf6e6e2c1b12e1f86304da68210aeb7f8159b76
DEBUG    botocore.auth:auth.py:430 Signature:
c708981a1bb53605d57c7cebd47ee12fcbf431851b6c1de2be1819a0b9c9cf3b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163347Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c708981a1bb53605d57c7cebd47ee12fcbf431851b6c1de2be1819a0b9c9cf3b', 'amz-sdk-invocation-id': b'ac61d4c1-ca16-463c-b305-96d42f7f0d60', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:47 GMT', 'x-amzn-requestid': 'YBqZ5F9WPKWTEP1MTvPjQzxRphFm0laXbhEWS3rKHZafq4qFMjB4', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163347Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163347Z
20251111/us-east-1/s3/aws4_request
382a02e503a1e3b652df48bd13e95d000e300e8224d989521b4e069a9cee4898
DEBUG    botocore.auth:auth.py:430 Signature:
3b186df0a1daf8746c1b0086853b664d7360a6cad017eab527230097fb7265b3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163347Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3b186df0a1daf8746c1b0086853b664d7360a6cad017eab527230097fb7265b3', 'amz-sdk-invocation-id': b'43619af8-6eb9-42de-9497-3320b70552df', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:47 GMT', 'x-amzn-requestid': '7FzcAnI2jDKJQBhj0bAtevllT13yO4l4LvlKziNkuTIpBnF7bYdI', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d9c0c3f1-7198-4b0a-9ce2-40ec0155595a, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d9c0c3f1-7198-4b0a-9ce2-40ec0155595a, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d9c0c3f1-7198-4b0a-9ce2-40ec0155595a, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 94071952-5417-460c-8b44-02f4ba5b3e8c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 94071952-5417-460c-8b44-02f4ba5b3e8c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 94071952-5417-460c-8b44-02f4ba5b3e8c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163349Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163349Z
20251111/us-east-1/s3/aws4_request
315449d91ce913ff65309dfb130f595c9175b364403cc798303663f11173ce2e
DEBUG    botocore.auth:auth.py:430 Signature:
9b6c184c02cd6e79ed446b6057dda3975c509e33b3397b8a9c7aa37f841c3d55
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163349Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9b6c184c02cd6e79ed446b6057dda3975c509e33b3397b8a9c7aa37f841c3d55', 'amz-sdk-invocation-id': b'd87e5a2f-b3b0-471b-aa56-3a95149da4ab', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:49 GMT', 'x-amzn-requestid': 'zUJNImaIPZLYkLcgYmA0erT0CmKK0TneyK8HqSn7aNfba4agZLlj', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163349Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163349Z
20251111/us-east-1/s3/aws4_request
867ea46786e4c5a0e64b9c8cdabf0edf566e8fb29622ab94db4e83fbf8f16b8c
DEBUG    botocore.auth:auth.py:430 Signature:
0d2f880203be47b4e4c6e40858da0383971f5fe7e26cf9ea3dddd268a884ab85
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163349Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0d2f880203be47b4e4c6e40858da0383971f5fe7e26cf9ea3dddd268a884ab85', 'amz-sdk-invocation-id': b'e57ad514-0580-4eb2-90c8-f232a10eb1e9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:49 GMT', 'x-amzn-requestid': 'BwT9gtMamAbOL39iHRqsMJkGE9lokz3wertvMeHG9Z3dqKOsgDMD', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163349Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163349Z
20251111/us-east-1/s3/aws4_request
b6c9f2a437092c87126656f4f73bf5c5d2ccfc1c19d22cc407190f7c89d1de03
DEBUG    botocore.auth:auth.py:430 Signature:
b13288a1657fa858e30620f0ea31cc03b7636f3775a8909a8b0893aa10dac3a2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163349Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b13288a1657fa858e30620f0ea31cc03b7636f3775a8909a8b0893aa10dac3a2', 'amz-sdk-invocation-id': b'5bec8f38-4b4a-4556-ad13-1080509af5a2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:49 GMT', 'x-amzn-requestid': 'SC9RNcDoYCWBqYmgV91i0Gwf6AEJBqanEKMmJfhBmjt8eAnSXMOK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c915fdf0-dc8f-4d40-9f8a-ab1521ab6adb, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c915fdf0-dc8f-4d40-9f8a-ab1521ab6adb, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c915fdf0-dc8f-4d40-9f8a-ab1521ab6adb, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, a14a9a60-db05-4b07-90ed-d2ede119bb4d, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, a14a9a60-db05-4b07-90ed-d2ede119bb4d, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, a14a9a60-db05-4b07-90ed-d2ede119bb4d, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163351Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163351Z
20251111/us-east-1/s3/aws4_request
206759dbbe5e98f11c1c377297e9b76f7a8cd69057de04a2d86e2f11a204457a
DEBUG    botocore.auth:auth.py:430 Signature:
0ec9230974e39ffae825ec5f94313d62869edd3b3edcc76c72fea3331a2ce9ba
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163351Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0ec9230974e39ffae825ec5f94313d62869edd3b3edcc76c72fea3331a2ce9ba', 'amz-sdk-invocation-id': b'87cb7a4c-01bd-4ecf-a39c-c5123553d6ca', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:51 GMT', 'x-amzn-requestid': 'DR7jOchVWwXcb7Syv53qSMfEGQvjUzUH4ng1eNn1Hcno6f8Azout', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163351Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163351Z
20251111/us-east-1/s3/aws4_request
772cb39bbda6a46a91eee72b2b966ad63a8820cdd57e085e38b9fcb8cc4eb4ff
DEBUG    botocore.auth:auth.py:430 Signature:
29707111a55f8c3cf74c63edd3478e0c2a5a2b763361f7b51451c1210dbf38ab
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163351Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=29707111a55f8c3cf74c63edd3478e0c2a5a2b763361f7b51451c1210dbf38ab', 'amz-sdk-invocation-id': b'92a58a09-6d5b-4a77-bf66-99f7cee3ede9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:51 GMT', 'x-amzn-requestid': 'y7D5j1zwirrIeM1wOrMUeEOBhXXsZWbiV222O9kNBXMwp4MWtGIa', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163351Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163351Z
20251111/us-east-1/s3/aws4_request
a5013c25b7cf1dc165a4c5d28fdfd99a36122b9b96ff13d88be4412508e881a8
DEBUG    botocore.auth:auth.py:430 Signature:
3ed9654a5bd8014ce8f933decf7ac3e6ebad352841938e29e309b8d537278762
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163351Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3ed9654a5bd8014ce8f933decf7ac3e6ebad352841938e29e309b8d537278762', 'amz-sdk-invocation-id': b'e11633f1-cf05-4c47-a6df-67e7c43cdcf4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:51 GMT', 'x-amzn-requestid': 'mPZ0jwRis60TzwKembMR78CG0kFAfiwOggZzgkU85eRmb8vh2xAs', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0bfd714a-5df8-446b-b97c-46e0dc88f360, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0bfd714a-5df8-446b-b97c-46e0dc88f360, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 0bfd714a-5df8-446b-b97c-46e0dc88f360, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 17991ed3-d08b-4089-b6e3-d16d917d60bd, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 17991ed3-d08b-4089-b6e3-d16d917d60bd, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 17991ed3-d08b-4089-b6e3-d16d917d60bd, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163352Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163352Z
20251111/us-east-1/s3/aws4_request
700c9827b21ee3018c8271eb464aee29935c44c5ae096ee5be09b57269c2cbb0
DEBUG    botocore.auth:auth.py:430 Signature:
36069ea60b25bcb3d0f99ce03754622cf0db30006ce6c7e0e204e8049e0ecb6e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163352Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=36069ea60b25bcb3d0f99ce03754622cf0db30006ce6c7e0e204e8049e0ecb6e', 'amz-sdk-invocation-id': b'a90a9496-aa40-4d32-8766-0cb0dbbf8771', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:52 GMT', 'x-amzn-requestid': 'rv4pEYSM7e2ZjPULKZZwKzNrKuheFmartJ3o8BGJF09ZMcCq5v92', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163352Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163352Z
20251111/us-east-1/s3/aws4_request
317c20c93013684111166c911fd4e953ea4c2f1a8af32577677dca925535bd6f
DEBUG    botocore.auth:auth.py:430 Signature:
108f91632bd18f0219db72b1b2e81f78edf5809ffc996dc0ec68582269204638
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163352Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=108f91632bd18f0219db72b1b2e81f78edf5809ffc996dc0ec68582269204638', 'amz-sdk-invocation-id': b'df777385-14e7-4f48-b8a9-d2b400a580cd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:52 GMT', 'x-amzn-requestid': 'fNYIVkKLUWl4vctpTK1aq9VARFgWCL4Ve5fKbS7r93ylcAlBgQRT', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163353Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163353Z
20251111/us-east-1/s3/aws4_request
99662a54e119e4c5f775ff1c28982bff993ca2401dafd6a0f373f91d81a050ce
DEBUG    botocore.auth:auth.py:430 Signature:
dbfb13ac3e9fbc9750e90d0d8e97183ed365693cb30b2eb08edd58d476f31333
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163353Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dbfb13ac3e9fbc9750e90d0d8e97183ed365693cb30b2eb08edd58d476f31333', 'amz-sdk-invocation-id': b'de8b4542-28ab-49b6-86a7-428049755921', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:53 GMT', 'x-amzn-requestid': 'xXSKEhx57aIJeoCeheRrJsa6pqQ2zngIUl23EDyC2IlEjnBfEaqm', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b7db6491-46bc-4126-b655-a6871ba784ea, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b7db6491-46bc-4126-b655-a6871ba784ea, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, b7db6491-46bc-4126-b655-a6871ba784ea, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2d1ac2d1-8e5b-48f1-b705-56beb9bc3447, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2d1ac2d1-8e5b-48f1-b705-56beb9bc3447, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 2d1ac2d1-8e5b-48f1-b705-56beb9bc3447, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163354Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163354Z
20251111/us-east-1/s3/aws4_request
27f60367908247fd48c3184f3007ab5452c9a3155dc2dbd4a897fcf8c5548222
DEBUG    botocore.auth:auth.py:430 Signature:
1b5c6c5b2922e04534c5fe258900d59f54659604f042184fde436739b4e094c4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163354Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1b5c6c5b2922e04534c5fe258900d59f54659604f042184fde436739b4e094c4', 'amz-sdk-invocation-id': b'a09ae30e-9e09-4919-9ffb-77a253e1271c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:54 GMT', 'x-amzn-requestid': 'NgTGKbPxpQ6MV0Lai16hHZe0oQwagLpn19sgNXa504FiJEYCsoqK', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163354Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163354Z
20251111/us-east-1/s3/aws4_request
76acfae8f56056e63a80551a6abece0ce3165e06797338c86b33045f7b6b040c
DEBUG    botocore.auth:auth.py:430 Signature:
395c16b966e2fb72623bc928ee4951fc38b0e17a1eb05e6c1c8f84187d262f23
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163354Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=395c16b966e2fb72623bc928ee4951fc38b0e17a1eb05e6c1c8f84187d262f23', 'amz-sdk-invocation-id': b'aaaf7750-5826-4d38-afb5-931f043458f4', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:54 GMT', 'x-amzn-requestid': 'uWGMDmb34MyRJ3pC17ZnKiLDHKyOdqvsOgBbZkT7HOcN22lC83Vl', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163354Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163354Z
20251111/us-east-1/s3/aws4_request
e0aed742819a1f776f59b6790c0e3d6b429d0957dd1ccc78518e95caf4de7d97
DEBUG    botocore.auth:auth.py:430 Signature:
1353d4fefe41b36850d8262f84f15697c8571530cec6cceea65f8ec468264c81
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163354Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1353d4fefe41b36850d8262f84f15697c8571530cec6cceea65f8ec468264c81', 'amz-sdk-invocation-id': b'9a71d15a-320a-4ee8-ab3a-4e331277e4e9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:54 GMT', 'x-amzn-requestid': 'KuekrM8fkFnsNkgkNtShc1XOiTMfUlYfcv3zVGOddUCdCV50ibK8', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b670dea9-5d61-454b-9b96-18d472442565, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b670dea9-5d61-454b-9b96-18d472442565, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, b670dea9-5d61-454b-9b96-18d472442565, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f93c6ab7-7bc9-4b45-affd-698acd3423b9, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f93c6ab7-7bc9-4b45-affd-698acd3423b9, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, f93c6ab7-7bc9-4b45-affd-698acd3423b9, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163356Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163356Z
20251111/us-east-1/s3/aws4_request
d6ebfa40d52bfde364884de7174f725c5ce02ceea25b5191e04a04bac4f08d0c
DEBUG    botocore.auth:auth.py:430 Signature:
c4228610d02ea200d9a00bbb707ee5ac1298aa707c53181bc3e86cccff816533
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163356Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c4228610d02ea200d9a00bbb707ee5ac1298aa707c53181bc3e86cccff816533', 'amz-sdk-invocation-id': b'd909e809-2b34-4d83-86bf-4e4fcfb9466b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:56 GMT', 'x-amzn-requestid': 'snrNVktDXmWWbabhVKTTdzuQJ2LRi3dyizXSkh64vy9Nb1J2T00N', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163356Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163356Z
20251111/us-east-1/s3/aws4_request
ff2d1c337e6db2cdf4ebad2738eee9b4b54e1301817a431386cd978552ed719d
DEBUG    botocore.auth:auth.py:430 Signature:
a2e05b1e9f2ed3b1dd9a348d20752a008dbb220e4dbc316b4d70d862141ed845
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163356Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a2e05b1e9f2ed3b1dd9a348d20752a008dbb220e4dbc316b4d70d862141ed845', 'amz-sdk-invocation-id': b'766dd4f7-d357-4e1c-97fb-e14c4d4c96da', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:56 GMT', 'x-amzn-requestid': 'T3KXF2UH4tiA1WaNWispU2GCvyEzDng8qpKQfidCnUq8g2XSx4zo', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163356Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163356Z
20251111/us-east-1/s3/aws4_request
d90dced519d7f3c1dae47edfb9b2dfa78d08ee289d18cad6c5c5ff432252aa4c
DEBUG    botocore.auth:auth.py:430 Signature:
eaea507f85136cc399774fc81d9c82c6182a6622fafe075d553246b689ae99b6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163356Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=eaea507f85136cc399774fc81d9c82c6182a6622fafe075d553246b689ae99b6', 'amz-sdk-invocation-id': b'bbd50b73-c201-411e-8631-6504f8fcdc9f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:56 GMT', 'x-amzn-requestid': 'Hh570JMF2yzh26ZGxi095hDW00tcCR4c0M0G4XrA4xIEFrvk8Nop', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, d3c09102-671d-4644-a6f3-ea4f69d22d35, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, d3c09102-671d-4644-a6f3-ea4f69d22d35, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, d3c09102-671d-4644-a6f3-ea4f69d22d35, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4e9fa81f-47f9-41e9-9e19-2cde2d7274ca, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4e9fa81f-47f9-41e9-9e19-2cde2d7274ca, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 4e9fa81f-47f9-41e9-9e19-2cde2d7274ca, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163358Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163358Z
20251111/us-east-1/s3/aws4_request
cfc057c36381bc11a34279ba2318b7c3013f3df844ccf81f5ed4fc2ca6bcaf3f
DEBUG    botocore.auth:auth.py:430 Signature:
fcca55aa85a629a684c9b4d531514a24b902a329151ccaa2d00d5092b460014b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163358Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fcca55aa85a629a684c9b4d531514a24b902a329151ccaa2d00d5092b460014b', 'amz-sdk-invocation-id': b'4c4f0962-4b11-41f7-8621-7114f82c4839', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:58 GMT', 'x-amzn-requestid': 'ESinAHBL9sDLRzprIu1pEfzYmbcAQyyqffEs0PMBAZhrDPtay6Mb', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163358Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163358Z
20251111/us-east-1/s3/aws4_request
cd03970482de99cd22affd5db850a223d61bcf24f33cc21a847285bbceb3b6de
DEBUG    botocore.auth:auth.py:430 Signature:
5391063fa27cb0b554d347596654aa84f7ffd64f28f29ff6185ec7069d7bc8fa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163358Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5391063fa27cb0b554d347596654aa84f7ffd64f28f29ff6185ec7069d7bc8fa', 'amz-sdk-invocation-id': b'34da721b-5db6-4c22-8665-ee1e6b3827ec', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:33:58 GMT', 'x-amzn-requestid': 'yvNOcuqwxE0QlgkVvxvMXECLd167KBiqUP2jDKVAFRwaABILwudu', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163358Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163358Z
20251111/us-east-1/s3/aws4_request
c9e96e2aa25a399e3eb7ad4ecaf20c985b69f7dc4ebb459beb799a0c291d3ac7
DEBUG    botocore.auth:auth.py:430 Signature:
37c7239734e8de067221e430673f99af41bac92b098b86b839da43d67b8fb737
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163358Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=37c7239734e8de067221e430673f99af41bac92b098b86b839da43d67b8fb737', 'amz-sdk-invocation-id': b'49f4ac57-0499-41f5-8d0d-ad3fd53f0b8f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:33:58 GMT', 'x-amzn-requestid': 'yixpJRqSs83UQ82ygwICkBtvnb97sfUtnC5qKa3azJmq6Updl9Y5', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 39127d64-7790-45ae-aedf-691a5a7cb5b7, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 39127d64-7790-45ae-aedf-691a5a7cb5b7, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 39127d64-7790-45ae-aedf-691a5a7cb5b7, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 67047622-01f9-4f2d-b649-22bd37e56ae3, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 67047622-01f9-4f2d-b649-22bd37e56ae3, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 67047622-01f9-4f2d-b649-22bd37e56ae3, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163400Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163400Z
20251111/us-east-1/s3/aws4_request
8a6df0d0aefebd385ea820df35cfee8953b29f19d0d26165561204a46cdd2ee2
DEBUG    botocore.auth:auth.py:430 Signature:
fb6b52dc561b44fed00fdd636f01b64eba1894ef4ed319e7a001a85053e57d56
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163400Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fb6b52dc561b44fed00fdd636f01b64eba1894ef4ed319e7a001a85053e57d56', 'amz-sdk-invocation-id': b'db6c860b-5a4a-4c41-aca7-53515f12c799', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:00 GMT', 'x-amzn-requestid': 'yBGxw5r7H6AflXuCK8953FTl3gW3tQAm96l9zcKYIY9MZ0wYb8WF', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163400Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163400Z
20251111/us-east-1/s3/aws4_request
81bfbc3373cfc12fb2d381c60096f025d2daf108b0dee0ee9690f9d4ba415361
DEBUG    botocore.auth:auth.py:430 Signature:
cd703ad7cae11a63bd6ccb8199ae4dc4002c4c3ec1e8d62c20aeee7a5ed0cbe5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163400Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cd703ad7cae11a63bd6ccb8199ae4dc4002c4c3ec1e8d62c20aeee7a5ed0cbe5', 'amz-sdk-invocation-id': b'98185c78-660b-481f-9d89-a1d0a7d8eaee', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:00 GMT', 'x-amzn-requestid': 'te329S5ujyZ0qbCuljq5mTdml1sSceZQfX9gbjOYV84RsW0N9roj', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163400Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163400Z
20251111/us-east-1/s3/aws4_request
5e0eb93625c18bcf0765ab1e361d3ce735b718e9a41727b57fa1df0ed0239647
DEBUG    botocore.auth:auth.py:430 Signature:
f8e111c1f5cce660ae834346739e3ed06c13787129a51098d4d50964d426da6c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163400Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f8e111c1f5cce660ae834346739e3ed06c13787129a51098d4d50964d426da6c', 'amz-sdk-invocation-id': b'f64bdeef-25ab-4d80-bd10-0d60394c7819', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:00 GMT', 'x-amzn-requestid': 'yDRmjUnxsrL326eRraKxiYWqxNdBJL36E6EDRN0mEH1s0QXc0NrU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 08ad731c-a032-420b-b673-d7bda3aa1f46, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 08ad731c-a032-420b-b673-d7bda3aa1f46, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 08ad731c-a032-420b-b673-d7bda3aa1f46, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 349d06be-5be2-4e79-8b12-76435cdf272e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 349d06be-5be2-4e79-8b12-76435cdf272e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 349d06be-5be2-4e79-8b12-76435cdf272e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163402Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163402Z
20251111/us-east-1/s3/aws4_request
45d79ed4a55155f945aecd502bc7d65288f20d043d84eb40b30362feb36a0fdf
DEBUG    botocore.auth:auth.py:430 Signature:
00a2f1a80720072cf6422f031a2b7bfa148ad8d82f0afb2a6f84686cd9cb0223
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163402Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=00a2f1a80720072cf6422f031a2b7bfa148ad8d82f0afb2a6f84686cd9cb0223', 'amz-sdk-invocation-id': b'c487a4d4-228f-45c4-9ef4-44b9b8817e01', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:02 GMT', 'x-amzn-requestid': 'hDmHFWEkHZVBFnJoqMgIHyWXBn8Txb8t6kby2vqyBzc7k351yH3U', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163402Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163402Z
20251111/us-east-1/s3/aws4_request
1dd45cfddf06601ee170a2aa8d03c5f965caa0faa08282f5b01499f3bfd09a49
DEBUG    botocore.auth:auth.py:430 Signature:
062a535e94941dbfc69b968d0f755848633f179b11c1ad596481e942055b8c6c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163402Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=062a535e94941dbfc69b968d0f755848633f179b11c1ad596481e942055b8c6c', 'amz-sdk-invocation-id': b'6d06cffe-1851-4351-a2bb-d65f01626c2e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:02 GMT', 'x-amzn-requestid': 'WHQnTBmzbcGDSDVEaJ4XQIw6pLnPo4wkL6ko3tklR0qqsqJXELlJ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163402Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163402Z
20251111/us-east-1/s3/aws4_request
50eb765de20201f1f181fddd293e3615e366ef52ed739110eaa6c8cebbea04e7
DEBUG    botocore.auth:auth.py:430 Signature:
0cb70b18bd6ac20ca3aeadaf5b258a3ffc22d9e5cf634e42516843af72d31ee9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163402Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0cb70b18bd6ac20ca3aeadaf5b258a3ffc22d9e5cf634e42516843af72d31ee9', 'amz-sdk-invocation-id': b'e2482a3e-7b93-4dbb-97df-7e03bd0e227a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:02 GMT', 'x-amzn-requestid': 'XwTGmychSysakCvZJOdOE0BGTB5NzbhQgpxaGiyXzpKc1lxd747t', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5bcebc99-d395-4faa-ba20-048833629102, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5bcebc99-d395-4faa-ba20-048833629102, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5bcebc99-d395-4faa-ba20-048833629102, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0908c601-d043-47fd-aa78-e5a01c8c9dff, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0908c601-d043-47fd-aa78-e5a01c8c9dff, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 0908c601-d043-47fd-aa78-e5a01c8c9dff, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163404Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163404Z
20251111/us-east-1/s3/aws4_request
4b2604091c21539515a9c4843f262ab13a7a866e824626364c2bbc7de28d17d8
DEBUG    botocore.auth:auth.py:430 Signature:
5281f912b3d62d02712ba6d44c25908edac432d2d1abe805727d0c1fa1b2b3ca
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163404Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5281f912b3d62d02712ba6d44c25908edac432d2d1abe805727d0c1fa1b2b3ca', 'amz-sdk-invocation-id': b'441bfdb6-19f8-4f74-aae7-fc492d208a7b', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:04 GMT', 'x-amzn-requestid': '34oppfbgJ1MeGSSmHQVbSeGhjHyL3goGZxqPvSihkYLGBznZbiOO', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163404Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163404Z
20251111/us-east-1/s3/aws4_request
8c298d0cad3e4399568a728370dd57a40be00539438f240ffd55e1e4c2e2c9cd
DEBUG    botocore.auth:auth.py:430 Signature:
3463a68e281a45273056db0cee6dbb4cbf69cee0c808888a2e0fef99828097cf
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163404Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3463a68e281a45273056db0cee6dbb4cbf69cee0c808888a2e0fef99828097cf', 'amz-sdk-invocation-id': b'9fd07ba2-4a02-41af-ae7e-78f5c0a66550', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:04 GMT', 'x-amzn-requestid': '8rQoNHVucOfO6pWx98zxVliNOXs2brVwMY0wCwe1S9zkmBzF97V1', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163404Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163404Z
20251111/us-east-1/s3/aws4_request
270323a6b9ce7a2ef6edf78e5ae3539de9c5f3587f45c1584c9b30c949fd0cd3
DEBUG    botocore.auth:auth.py:430 Signature:
d7c8730c4721f84ee9b834f892b50273e37641393bfe2b0ffcde01ee182ced05
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163404Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d7c8730c4721f84ee9b834f892b50273e37641393bfe2b0ffcde01ee182ced05', 'amz-sdk-invocation-id': b'5333450e-6caf-4d84-a53c-7d485687c8a6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:04 GMT', 'x-amzn-requestid': 'DeJsymQRLA36HvQIzEwQck8q8dubvLMBDYtgKmIzd2GQ1GLFIO8A', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 43f08702-2a40-4aba-a038-6c8b9283d112, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 43f08702-2a40-4aba-a038-6c8b9283d112, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 43f08702-2a40-4aba-a038-6c8b9283d112, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6163e2c9-047b-41da-bd8a-953a0ae5a716, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6163e2c9-047b-41da-bd8a-953a0ae5a716, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 6163e2c9-047b-41da-bd8a-953a0ae5a716, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163406Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163406Z
20251111/us-east-1/s3/aws4_request
de0b2ee5352e16fa5df6eb3289d169b40bde3e840fe06f11303d42823dcb23a0
DEBUG    botocore.auth:auth.py:430 Signature:
36005f6c7fdaa43c3bc3d3f3d4ca8f0dda11a00aa08c364875223a64e2a4d99b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163406Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=36005f6c7fdaa43c3bc3d3f3d4ca8f0dda11a00aa08c364875223a64e2a4d99b', 'amz-sdk-invocation-id': b'19caf934-cd62-4e9b-8364-f6a2044e298f', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:06 GMT', 'x-amzn-requestid': 'Suvlzxz93lFjCQ9LsawNHHe65fBSMgqVOGXaj5y3lgkhh2K2XEbQ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163406Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163406Z
20251111/us-east-1/s3/aws4_request
59719d708b7ef8649eb32a62548e88c4043cebfdf1374d61218bc3e79939bc2a
DEBUG    botocore.auth:auth.py:430 Signature:
75148a1af7058d1b1c41b849a26a4bec88c770b4d1eeab77ff113cab7ad7d4a7
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163406Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=75148a1af7058d1b1c41b849a26a4bec88c770b4d1eeab77ff113cab7ad7d4a7', 'amz-sdk-invocation-id': b'8bcc5da1-7d65-4c50-8aa5-93c5532acddd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:06 GMT', 'x-amzn-requestid': 'iWqToTiAfd10XTDEezqptGQpOvH1DsuyRzl0oGvsZAyfw8pIn34d', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163406Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163406Z
20251111/us-east-1/s3/aws4_request
ebf521337a2c34fc3cdcfbc76dec0330919dcb171b69696f6d52bf63fe014b3e
DEBUG    botocore.auth:auth.py:430 Signature:
b64cee7fd3252ce545d1236c0ba7c3814abed469a72fc26f98ed4c9cbee79f8e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163406Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b64cee7fd3252ce545d1236c0ba7c3814abed469a72fc26f98ed4c9cbee79f8e', 'amz-sdk-invocation-id': b'd8f0b1f7-613b-4c2e-9320-86ef5d6fe508', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:06 GMT', 'x-amzn-requestid': 'wbjPxXqdB00dfEUKiBOP4gC3t8o8LGPqptGDcTltxfvxxVYKx5gL', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fddf0f78-0316-45f5-8430-d6cd86e4a9dc, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fddf0f78-0316-45f5-8430-d6cd86e4a9dc, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, fddf0f78-0316-45f5-8430-d6cd86e4a9dc, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, e0d239ac-f3f4-4200-aee1-191c31fbb6ab, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, e0d239ac-f3f4-4200-aee1-191c31fbb6ab, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, e0d239ac-f3f4-4200-aee1-191c31fbb6ab, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163408Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163408Z
20251111/us-east-1/s3/aws4_request
1bd46baaaf16c1a58cea4053c2fe7536d4d009b649c85d816aea1376434383c5
DEBUG    botocore.auth:auth.py:430 Signature:
2c3a1c43000545b85ebb238ea01b8dd61f9a91a771350654c70fef51f7ba9e58
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163408Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2c3a1c43000545b85ebb238ea01b8dd61f9a91a771350654c70fef51f7ba9e58', 'amz-sdk-invocation-id': b'75634769-91b1-4ae7-a50f-91e17eb460fc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:08 GMT', 'x-amzn-requestid': 'bJgjkgG0wBkErPwItTN3hUv8m0DqUd7sypwwTJSEqOhO5JHouDK5', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163408Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163408Z
20251111/us-east-1/s3/aws4_request
33ab463c6d26fa8d781a07ff9b7ae9558c2238b2a25187f9e5b00052b7ce65b1
DEBUG    botocore.auth:auth.py:430 Signature:
6f7b16a3cfcb40cca065fe146269a5d06f3f2260d1e475b84bb53e2fd98dd2cc
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163408Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6f7b16a3cfcb40cca065fe146269a5d06f3f2260d1e475b84bb53e2fd98dd2cc', 'amz-sdk-invocation-id': b'927cc063-f517-4d5f-b263-911c4cc444f7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:08 GMT', 'x-amzn-requestid': 'A0TByG1XP9ZSJ2mYUMlzOSDff0hyzJiJUMgozSf9c0SmSTJrwfgw', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163408Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163408Z
20251111/us-east-1/s3/aws4_request
6ece9eecc1cd263093752cb344af9d03dfa4f99b7410a444fba433f552c6d50d
DEBUG    botocore.auth:auth.py:430 Signature:
9c870e1a154fe83d451326590adaa870f4444853b0108ab111180c227e3b83db
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163408Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9c870e1a154fe83d451326590adaa870f4444853b0108ab111180c227e3b83db', 'amz-sdk-invocation-id': b'1e76aa5b-853c-414f-a92d-56f6b22cc1f7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:08 GMT', 'x-amzn-requestid': 'G7zoQicmQggaOaEQtHfrRjsv1oSxD3ZVERFKWKJmd3jPvbgP5C6z', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5037284a-7c94-463f-a326-93d5d8df6863, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5037284a-7c94-463f-a326-93d5d8df6863, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5037284a-7c94-463f-a326-93d5d8df6863, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0a664acd-d673-420d-a85e-2f8c5413c37e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0a664acd-d673-420d-a85e-2f8c5413c37e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 0a664acd-d673-420d-a85e-2f8c5413c37e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163410Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163410Z
20251111/us-east-1/s3/aws4_request
9b592f81f747b71dab7a2808c2cb9b10eaea931f9a48aaf22a7b86e85d38a8a6
DEBUG    botocore.auth:auth.py:430 Signature:
fd9abc31d869b4db3146b761a56dd3b87989d459ab41ee0c7c0004bfaa27a169
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163410Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=fd9abc31d869b4db3146b761a56dd3b87989d459ab41ee0c7c0004bfaa27a169', 'amz-sdk-invocation-id': b'532794b0-ca00-4ab3-b5b3-64041330ca8c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:10 GMT', 'x-amzn-requestid': 'N87O3g0idpqT5kWfBaSIg1C1kOE67EGsAaRy7d4v1gjdYh0tnpaB', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163410Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163410Z
20251111/us-east-1/s3/aws4_request
456cca1f9c1f369f6cb8eb75081ea82f161b45d46286cd90b012e9a9d269d994
DEBUG    botocore.auth:auth.py:430 Signature:
1b4785ee74e3cf61066ba9227d2433a0c39f1f8f70bcdde578fd5393c1ed11d2
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163410Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1b4785ee74e3cf61066ba9227d2433a0c39f1f8f70bcdde578fd5393c1ed11d2', 'amz-sdk-invocation-id': b'028f8c41-78f8-4496-80f8-e1b5f802c6df', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:10 GMT', 'x-amzn-requestid': 'ExST5ATvREq7eK3SdamZm8EbbMGpUNwXrISOuSl6WRC1Ge8cBJTu', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163410Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163410Z
20251111/us-east-1/s3/aws4_request
5fe191bb0cb8cea660b10e85f3f46c2d0c48e2e7f10d2d5b1172bca82f98cef5
DEBUG    botocore.auth:auth.py:430 Signature:
90e4a668f3affbe0fffedaf58e5361ade8f131ad7aa7f231fe9241ccc4511a23
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163410Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=90e4a668f3affbe0fffedaf58e5361ade8f131ad7aa7f231fe9241ccc4511a23', 'amz-sdk-invocation-id': b'04c3252a-44f2-47aa-bbbd-a9906083dec3', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:10 GMT', 'x-amzn-requestid': 'NAbX1hGBEJ4T7Gjj2pvuzEpPWo9IfToCQ6JbhYjbtrs37qznrzTO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1e772fef-e51d-42fc-9b3a-ac31568b39c8, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1e772fef-e51d-42fc-9b3a-ac31568b39c8, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 1e772fef-e51d-42fc-9b3a-ac31568b39c8, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5b31b2a0-9887-443e-9975-d2c57491dfcb, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5b31b2a0-9887-443e-9975-d2c57491dfcb, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5b31b2a0-9887-443e-9975-d2c57491dfcb, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163412Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163412Z
20251111/us-east-1/s3/aws4_request
76896849469e873b960a9b8e26a523dbc98c861de3bea436047a966fae2ff190
DEBUG    botocore.auth:auth.py:430 Signature:
5e466a9a6da4837c6c55cdbee3e234ea2b02c3e99157afd7498e0bdff0281457
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163412Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5e466a9a6da4837c6c55cdbee3e234ea2b02c3e99157afd7498e0bdff0281457', 'amz-sdk-invocation-id': b'1b632ed5-1bdc-44d1-9f9b-e96362cd04a8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:12 GMT', 'x-amzn-requestid': 'gFNFC0neF71WiASxjFaNI4NoIf5xHFZWiK0x5ejyjmVIiqMhOBcQ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163412Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163412Z
20251111/us-east-1/s3/aws4_request
cdbf9a2d2249d3da5e42d855766ea501fd8de50de5bf5e02a1e8e79943257f18
DEBUG    botocore.auth:auth.py:430 Signature:
8c44dce97ade71a108b50a48168f40e4a441e94eeda05a6e1e5d52d6e7219b3a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163412Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8c44dce97ade71a108b50a48168f40e4a441e94eeda05a6e1e5d52d6e7219b3a', 'amz-sdk-invocation-id': b'173b41f8-499f-4eb6-b99a-896aed280cd6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:12 GMT', 'x-amzn-requestid': 'PYput6aBDk1oBGU1TcovMXkYIJnyT5IaDcM51MQplRAKYNz65llc', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163412Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163412Z
20251111/us-east-1/s3/aws4_request
5a459b907e7f22dc3e6f199e9dd294d67195874de84f47731576f3c79eabfa82
DEBUG    botocore.auth:auth.py:430 Signature:
ab2e6ddc37ce7618fd8824e65993f42685a826213a7f4d86dcd6343bb3b37af3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163412Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ab2e6ddc37ce7618fd8824e65993f42685a826213a7f4d86dcd6343bb3b37af3', 'amz-sdk-invocation-id': b'2ca8eaa9-adab-430b-9e77-37e89434766e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:12 GMT', 'x-amzn-requestid': 'eNCHBboUsV55xyhOuiWusOATUK2klP6DeQNwTx20m227Fpn4LojO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1062ce62-0bbf-4208-b062-52616585a109, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1062ce62-0bbf-4208-b062-52616585a109, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 1062ce62-0bbf-4208-b062-52616585a109, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 486bc32b-baf2-488b-bacd-d60acba8693d, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 486bc32b-baf2-488b-bacd-d60acba8693d, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 486bc32b-baf2-488b-bacd-d60acba8693d, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163414Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163414Z
20251111/us-east-1/s3/aws4_request
6f3009d323cc68ca6d8268393258691d085ccc4aac6860d9e31e8bb047791cb6
DEBUG    botocore.auth:auth.py:430 Signature:
201bf351903308692ed178024626faf81ba59a0582e1621aef824a5f8887bb93
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163414Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=201bf351903308692ed178024626faf81ba59a0582e1621aef824a5f8887bb93', 'amz-sdk-invocation-id': b'8a10252b-b7e5-4b64-8a4f-42df20a7f549', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:14 GMT', 'x-amzn-requestid': 'nmAGLPmiYdBllTjqssDiyyKQaFpV1iMgrlHgZcDXxOZPo2U3wd8J', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163414Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163414Z
20251111/us-east-1/s3/aws4_request
d2879241a4d0781d2b1e693ea30e20098f62250b62d166723fcfa2aada627237
DEBUG    botocore.auth:auth.py:430 Signature:
3c6a7c8f8f32233cf30e9ade0b25b7752620fd236398d91019a822ac8439b9a4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163414Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3c6a7c8f8f32233cf30e9ade0b25b7752620fd236398d91019a822ac8439b9a4', 'amz-sdk-invocation-id': b'030cd613-63da-4ea3-ae44-c98558cb4cf6', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:14 GMT', 'x-amzn-requestid': 'S8xJjOwvc7j2XTiUvzFc6fWDj2PSsaKoEgq8BojJDudQS5XnjBlR', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163414Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163414Z
20251111/us-east-1/s3/aws4_request
f7e7d0565541e7408a90dbb7cb909f68f19393e48741ba977a821a5e41da9969
DEBUG    botocore.auth:auth.py:430 Signature:
37b336a1c7308f39f25fc83729fd65ed01297191144d0f5d455cadc1288f7c5b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163414Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=37b336a1c7308f39f25fc83729fd65ed01297191144d0f5d455cadc1288f7c5b', 'amz-sdk-invocation-id': b'206cf2e0-63d3-4f99-a9ca-e53f67df1310', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:14 GMT', 'x-amzn-requestid': 'JCohlS81tj5WFATUX9TLSFE1Ub4iC5hhFuEmkdLrrYR25hLGsLGb', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 959ad32e-c9a2-4849-8a24-1ff8c790ff0e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 959ad32e-c9a2-4849-8a24-1ff8c790ff0e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 959ad32e-c9a2-4849-8a24-1ff8c790ff0e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cdec3b39-7625-4351-ab39-41eda248f7e8, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cdec3b39-7625-4351-ab39-41eda248f7e8, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, cdec3b39-7625-4351-ab39-41eda248f7e8, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163416Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163416Z
20251111/us-east-1/s3/aws4_request
e2d76c487415c630714be387036321e318a0cb08bcfd5e78759d7386fe7661e0
DEBUG    botocore.auth:auth.py:430 Signature:
80b007bdfa14bea4ba1b991746d2ed9dc435544527d08d6c888c8538486b31aa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163416Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=80b007bdfa14bea4ba1b991746d2ed9dc435544527d08d6c888c8538486b31aa', 'amz-sdk-invocation-id': b'0d3e27e2-f750-4348-baf4-a8eb36368a98', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:16 GMT', 'x-amzn-requestid': 'W1KED3XyOiCB09A68XsN1w9bBIipZMrl3iQC8p7UG8r6dSHHM5Tt', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163416Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163416Z
20251111/us-east-1/s3/aws4_request
a0dc92e42317bdb42835edf035d6ed05bcf961c4e9141dfa9fe2fd6a5252b7a1
DEBUG    botocore.auth:auth.py:430 Signature:
2a959acd6ec338801f4b26efb5305587b34773cada6d988a27a39b5bdacf52a3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163416Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2a959acd6ec338801f4b26efb5305587b34773cada6d988a27a39b5bdacf52a3', 'amz-sdk-invocation-id': b'd81258da-178c-4d37-b58c-8ccbf3ab0630', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:16 GMT', 'x-amzn-requestid': '9BAsMzA6dVvGl28wIEN1md845XBW5KVhcRDkvt4LdrXZP73kzzZr', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163416Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163416Z
20251111/us-east-1/s3/aws4_request
3c2aa4304f6bdaf7a732321e53f85475734eab48342605f8364e7d655cd7b19f
DEBUG    botocore.auth:auth.py:430 Signature:
bd4e2f456c9abb183b3e4ab2773b56700bb8c140219af6ad6fbbeed9a4a83ba6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163416Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bd4e2f456c9abb183b3e4ab2773b56700bb8c140219af6ad6fbbeed9a4a83ba6', 'amz-sdk-invocation-id': b'5244fbdf-39d5-48b6-ae17-e6dc27b1f271', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:16 GMT', 'x-amzn-requestid': 'knTxt9cAutFqBEWiE2P0Sr2IgsS9z0pjX4yVT6H9Kni2b7UbD35A', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, fb2c0090-f5db-41d4-a748-1fe145ca314e, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, fb2c0090-f5db-41d4-a748-1fe145ca314e, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, fb2c0090-f5db-41d4-a748-1fe145ca314e, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4fb0d3cc-f4c2-4762-890f-25042fc4b651, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4fb0d3cc-f4c2-4762-890f-25042fc4b651, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 4fb0d3cc-f4c2-4762-890f-25042fc4b651, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163417Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163417Z
20251111/us-east-1/s3/aws4_request
0020e0a89ac373bde2d5f417466af924432586e9522af32c97d894b471fa7321
DEBUG    botocore.auth:auth.py:430 Signature:
76636aa7f1dd981d0d1f9bed5197710a777989dbf7811bd68cb24ffd80bb4517
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163417Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=76636aa7f1dd981d0d1f9bed5197710a777989dbf7811bd68cb24ffd80bb4517', 'amz-sdk-invocation-id': b'ebfdbbe2-16b3-4829-a873-48e7250759dd', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:17 GMT', 'x-amzn-requestid': 'MX4IIJAv0yNhRoBhoxyfVTlMwACxqkWQsNhmPY1tsuYricWdT2q2', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163417Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163417Z
20251111/us-east-1/s3/aws4_request
4ce7c25c6fcd5642394b96355f41406b8506c35a99d31f0eb42af55742dec872
DEBUG    botocore.auth:auth.py:430 Signature:
c1ee85af4d131224d9b4e7f2e7d7a551e9a38da91dbf958ca9cf4a3709f6c6f5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163417Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c1ee85af4d131224d9b4e7f2e7d7a551e9a38da91dbf958ca9cf4a3709f6c6f5', 'amz-sdk-invocation-id': b'9d8b4851-556d-4948-ae4a-4cb867fb1674', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:17 GMT', 'x-amzn-requestid': 'XuvTeSvLlGRRFsyLchnGZubqUXMnyacP97h3HOgmN6CRha1DwoUi', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163417Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163417Z
20251111/us-east-1/s3/aws4_request
46d27c9c9777d8f8f13a0048140f42fcb67b98501da7ababc6d2379c3328fcdb
DEBUG    botocore.auth:auth.py:430 Signature:
8127aa5428703d3186625b678b00762ba974293c128cec4e8f1099372d0d2db9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163417Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8127aa5428703d3186625b678b00762ba974293c128cec4e8f1099372d0d2db9', 'amz-sdk-invocation-id': b'b957d454-4213-4f40-84be-739433db45cb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:17 GMT', 'x-amzn-requestid': 'aaFGLD4pnCwioCcvLnU9l914qwBD1DR5mmbORlR7cfuodeIJzXMK', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 64e4a3bd-0146-4f39-afa3-31ed2d4518c3, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 64e4a3bd-0146-4f39-afa3-31ed2d4518c3, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 64e4a3bd-0146-4f39-afa3-31ed2d4518c3, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c47ae414-e1af-495a-b015-2a17d1c46973, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c47ae414-e1af-495a-b015-2a17d1c46973, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c47ae414-e1af-495a-b015-2a17d1c46973, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163419Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163419Z
20251111/us-east-1/s3/aws4_request
5f2209736e0a22b336ab8396ed7197d6e74626d9304a4fa88452035797ccf261
DEBUG    botocore.auth:auth.py:430 Signature:
828b4dce043d8bec51a14ea292aad54b5d4f30f4c192c2bb7503f85fb086c6b6
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163419Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=828b4dce043d8bec51a14ea292aad54b5d4f30f4c192c2bb7503f85fb086c6b6', 'amz-sdk-invocation-id': b'728ac9d0-e028-4cfc-bfc9-74edf16130ae', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:19 GMT', 'x-amzn-requestid': '4f8KBbK6PnGHPhxkRjOf74vhwoK2j53ZbKLUIWYVamQzXOE7IzfV', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163419Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163419Z
20251111/us-east-1/s3/aws4_request
af2a637a28636c4e20f42182fea83478571a14198095207962f7570e64528ae0
DEBUG    botocore.auth:auth.py:430 Signature:
f47617051e4e7cc9477f328778518ba04bb31a7fee0bd9fec28661f1f596de45
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163419Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f47617051e4e7cc9477f328778518ba04bb31a7fee0bd9fec28661f1f596de45', 'amz-sdk-invocation-id': b'83687e0f-76e0-40ea-902f-347c143f624c', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:19 GMT', 'x-amzn-requestid': '29IhKGl6deLWC5wL9GHtFpJg111nTwVwJAmsqaVhKEQbgQjJWy0F', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163419Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163419Z
20251111/us-east-1/s3/aws4_request
eb86d56a680b1f6694e14c3b1184126e79f6045b16f9b64d64dcce0604479a5a
DEBUG    botocore.auth:auth.py:430 Signature:
1fc819f1521277143e114934505f0a4239f14ec98d6bb3720809562e17cd6368
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163419Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1fc819f1521277143e114934505f0a4239f14ec98d6bb3720809562e17cd6368', 'amz-sdk-invocation-id': b'7c358eef-8341-4067-a0fc-ba1a0150bf80', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:19 GMT', 'x-amzn-requestid': 'tWUVvFxo9L7GJ6dkudiEVpaVeANDvvXo36qzZtEQTcmHl9P7K32p', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5668f15e-bb96-4990-aaed-db65699fc187, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5668f15e-bb96-4990-aaed-db65699fc187, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5668f15e-bb96-4990-aaed-db65699fc187, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5b7fbb91-0524-4962-90a7-319626e69dde, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5b7fbb91-0524-4962-90a7-319626e69dde, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5b7fbb91-0524-4962-90a7-319626e69dde, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163421Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163421Z
20251111/us-east-1/s3/aws4_request
022b42e6910a5911fc26d16ffd39ec120ea33e823b127aac233c26909f37478d
DEBUG    botocore.auth:auth.py:430 Signature:
e7e6ba6a484b4ecdff0e21aa4265a98091343b6caee7d64f699f3c376776049a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163421Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e7e6ba6a484b4ecdff0e21aa4265a98091343b6caee7d64f699f3c376776049a', 'amz-sdk-invocation-id': b'a3db974f-c785-4bf9-9e73-7201e09612a9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:21 GMT', 'x-amzn-requestid': 'OOkBtryIvJH4dc0gUCf6SiSOKzHr247CcOfqK477chWMdc9cOxWi', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163421Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163421Z
20251111/us-east-1/s3/aws4_request
fdcb82d821f294981d0ddd9f02ecde02c3d90cefbbf57b98e09eb521f1642919
DEBUG    botocore.auth:auth.py:430 Signature:
60db8fb0b8618a419caccbed2794745358f3e0ac803fa57e77db037108fe6e64
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163421Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=60db8fb0b8618a419caccbed2794745358f3e0ac803fa57e77db037108fe6e64', 'amz-sdk-invocation-id': b'3aa9be46-bc75-4c2d-ab7b-3834beeec8bf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:21 GMT', 'x-amzn-requestid': 'ZxEPbHKz6z4EvOzOIZs0I14u4oXLqxg6qt77NaGAoIySsixmiQEq', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163421Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163421Z
20251111/us-east-1/s3/aws4_request
87d9f81fb43c59fc6ad65ca4a9a28d54d246c790189631310b46a81126afd731
DEBUG    botocore.auth:auth.py:430 Signature:
7fd8f5f0e211d336b699ea254bab8b55c6810895c3183233484b59bdfb916783
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163421Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7fd8f5f0e211d336b699ea254bab8b55c6810895c3183233484b59bdfb916783', 'amz-sdk-invocation-id': b'60476df7-c6fa-4c24-a15f-294f5e09e833', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:21 GMT', 'x-amzn-requestid': 'cBAbZCqDGA8Tsyyiv8Rbo3Eq9b6fspP0uPQPtTfjbpXYcS8kb7Sq', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, cb9ebc2f-8fcf-4d77-80a6-36f72b9a81a9, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, cb9ebc2f-8fcf-4d77-80a6-36f72b9a81a9, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, cb9ebc2f-8fcf-4d77-80a6-36f72b9a81a9, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 1e380dd0-0e6e-496a-9596-56c208b3732b, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 1e380dd0-0e6e-496a-9596-56c208b3732b, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 1e380dd0-0e6e-496a-9596-56c208b3732b, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163423Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163423Z
20251111/us-east-1/s3/aws4_request
c6a851b72e065942359b14cc0dd8e0a91f8ffa085559fdcb4bea8b95f34e2694
DEBUG    botocore.auth:auth.py:430 Signature:
8f2ffe8348e841924cb87aa0fc857fb1e665f0c42ef66beaf02a94fd36d87c8c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163423Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8f2ffe8348e841924cb87aa0fc857fb1e665f0c42ef66beaf02a94fd36d87c8c', 'amz-sdk-invocation-id': b'd758fa6d-43c6-4c12-93a9-1461c90ac626', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:23 GMT', 'x-amzn-requestid': 'ftoj6rnqk6Vs75Qeac1YjjehNEZ4prpnUcaE4181ZQj1EofPpmX8', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163423Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163423Z
20251111/us-east-1/s3/aws4_request
cde9063db6b3654094c3fac908b79caaa05ae71de2138f05a0e4ab3f6c076495
DEBUG    botocore.auth:auth.py:430 Signature:
a65b00b38f389d5c9abf3a3612a98c5a8b938985a8ef5c280e31761e0d49201f
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163423Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a65b00b38f389d5c9abf3a3612a98c5a8b938985a8ef5c280e31761e0d49201f', 'amz-sdk-invocation-id': b'71c53c7c-4986-4237-a669-f4f94b66b0eb', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:23 GMT', 'x-amzn-requestid': 'PAXDsH4Cs8y6hY6wq3fFFqSM5jc1SWQuNNdHduIiATijp9D2dgdF', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163423Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163423Z
20251111/us-east-1/s3/aws4_request
986320d24ed35ae6c6b1d970543045bce500e99d6b5e3ba4433929fd067c1ec1
DEBUG    botocore.auth:auth.py:430 Signature:
7982863222849e50fea9b6f99eeee54406b4f5805276eb724266902b8f1b8261
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163423Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7982863222849e50fea9b6f99eeee54406b4f5805276eb724266902b8f1b8261', 'amz-sdk-invocation-id': b'cc0f5e20-fdc9-49fd-90de-20409a733811', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:23 GMT', 'x-amzn-requestid': 'GtaZWbzUULaxtPl9HNyyY25KjJWeNoMtgQQmQRSjsrTQ5UXEDdbr', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, aa07926a-12d8-407a-98f6-a839f7cd46b9, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, aa07926a-12d8-407a-98f6-a839f7cd46b9, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, aa07926a-12d8-407a-98f6-a839f7cd46b9, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5b30586d-aeda-4aea-9929-c95a024cc265, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5b30586d-aeda-4aea-9929-c95a024cc265, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5b30586d-aeda-4aea-9929-c95a024cc265, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163424Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163424Z
20251111/us-east-1/s3/aws4_request
6303d8ddb1d13ab9f1750ec9bb0111c6caceb95afc9ec887dc6f44db06be0623
DEBUG    botocore.auth:auth.py:430 Signature:
6b54d17e29a1807444b9190288df19d4f67c3af3f351f46758ab517c170f5e94
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163424Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6b54d17e29a1807444b9190288df19d4f67c3af3f351f46758ab517c170f5e94', 'amz-sdk-invocation-id': b'67a37948-ae5a-46b7-9d3c-36f1e9f5a943', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:24 GMT', 'x-amzn-requestid': 'yCdnDQz6ls3DDjl82UFu21KMA09NlXFXOUU926uQ9IdB7KiTkYtd', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163424Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163424Z
20251111/us-east-1/s3/aws4_request
96a9e0bc8f10beac4c745ec4a3a3f881887abbb6fdf24a34a22317f18998f5cc
DEBUG    botocore.auth:auth.py:430 Signature:
4261c892daeee6f4b37cce0b7b2aa877146ac0ea0f0f7950221688c13968a3d9
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163424Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4261c892daeee6f4b37cce0b7b2aa877146ac0ea0f0f7950221688c13968a3d9', 'amz-sdk-invocation-id': b'92cad339-3fc4-4a3c-ad5b-3fd7e7da2f56', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:24 GMT', 'x-amzn-requestid': 'uP0CuZ6OsgiG0eL9xGgWqyXBBc3gzei35OWSo3gH4VgAx2zlMonE', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163424Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163424Z
20251111/us-east-1/s3/aws4_request
0f8824303e30ec4afcbc51a7e28a4e6118b9030a3f18d15270de5135058a0c99
DEBUG    botocore.auth:auth.py:430 Signature:
8121671362888b6177f01d786dc70244b8a38c37383e92fe4cc4e41fa9457839
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163424Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8121671362888b6177f01d786dc70244b8a38c37383e92fe4cc4e41fa9457839', 'amz-sdk-invocation-id': b'7facb899-ae70-41b0-a9a1-de4eb5cc7f00', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:25 GMT', 'x-amzn-requestid': 'g1Nq2oL74XnAlNdwz92qs5aWDDZBVYausPM9BdZ4qRxY18xM5SKM', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 5a3e0686-4243-4284-8c56-de8b94efdeef, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 5a3e0686-4243-4284-8c56-de8b94efdeef, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 5a3e0686-4243-4284-8c56-de8b94efdeef, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 447d6a74-ee52-4ce6-bdab-51248692a43f, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 447d6a74-ee52-4ce6-bdab-51248692a43f, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 447d6a74-ee52-4ce6-bdab-51248692a43f, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163426Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163426Z
20251111/us-east-1/s3/aws4_request
7d29e05be0e355f26e96bdc266d8669a3b3ef02ba2593eca157df3eaa44d42ce
DEBUG    botocore.auth:auth.py:430 Signature:
192561630247f3d90fe43e4a5f1d94f5f3089d54151aedc61d7321328e124019
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163426Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=192561630247f3d90fe43e4a5f1d94f5f3089d54151aedc61d7321328e124019', 'amz-sdk-invocation-id': b'8cf109c5-7172-4545-bae7-c73168569624', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:26 GMT', 'x-amzn-requestid': 'sGE0JPU2pEUbEUzRyRfe6jJrM5MRaMTun6rSDX51921OiAu6UoRO', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163426Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163426Z
20251111/us-east-1/s3/aws4_request
9fe302616e060ef888e9db86fcc055cfcccbdf51bf2e9cc62eacb830967c5ba2
DEBUG    botocore.auth:auth.py:430 Signature:
a94fd1b40f8d08891ff1db8655bf2deed53bebadc9b20d35b9f68a9c33daab94
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163426Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a94fd1b40f8d08891ff1db8655bf2deed53bebadc9b20d35b9f68a9c33daab94', 'amz-sdk-invocation-id': b'5698ec42-5037-4547-a929-7cc1b40cacf9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:26 GMT', 'x-amzn-requestid': 'HpEsKScR3Jq0JPQBGSYuC2njldW0WYVj4BcVBXjUj6REwN9lrseO', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163426Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163426Z
20251111/us-east-1/s3/aws4_request
ee3d39db38c41e6bd862d2cdd77e35a5fa701211e8798529ff44cfc957cee3b3
DEBUG    botocore.auth:auth.py:430 Signature:
c320d8c20c643ba0b79aab2ae23c82a479798d8bcf07556acd8969746bb64c57
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163426Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c320d8c20c643ba0b79aab2ae23c82a479798d8bcf07556acd8969746bb64c57', 'amz-sdk-invocation-id': b'43122901-a68c-40fa-92d4-ea91d8c3cb0e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:26 GMT', 'x-amzn-requestid': 'NwH8lY9pOGA8AELU5oGbagUozOCbVthI22NWZ7m16ciOcIIKT3mR', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4903fb93-3b34-4b25-812f-448e1af81549, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4903fb93-3b34-4b25-812f-448e1af81549, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 4903fb93-3b34-4b25-812f-448e1af81549, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 946f68c5-0c10-413d-a615-a192f4107ae0, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 946f68c5-0c10-413d-a615-a192f4107ae0, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 946f68c5-0c10-413d-a615-a192f4107ae0, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163428Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163428Z
20251111/us-east-1/s3/aws4_request
5fd15ac9c6d9639cf83a0ca1641452160584cc2dda71c38c87d87bd52441fc7c
DEBUG    botocore.auth:auth.py:430 Signature:
e5bf653b272ba92b95fd548b89a29eec66687f9d8a7939fa17392c84b9cc0f7d
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163428Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e5bf653b272ba92b95fd548b89a29eec66687f9d8a7939fa17392c84b9cc0f7d', 'amz-sdk-invocation-id': b'cea76a27-399a-4ab5-bca6-c1fa2a9b1b6d', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:28 GMT', 'x-amzn-requestid': 'K7vNBf0qlhpiB5S9yRSBISJeeFnxfstBSLXSp6P01Q6KhT99OSgG', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163428Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163428Z
20251111/us-east-1/s3/aws4_request
865e6229dab04d93aa9e55121c83f2bbb8807b623c30ad3434ba5036ee5128d4
DEBUG    botocore.auth:auth.py:430 Signature:
0ab50183447a93add64cfc5f330394dba89eaaf4652351d7a7b269b7188a7102
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163428Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0ab50183447a93add64cfc5f330394dba89eaaf4652351d7a7b269b7188a7102', 'amz-sdk-invocation-id': b'a2629877-ba90-45ff-a7c1-b4d564c86185', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:28 GMT', 'x-amzn-requestid': 'G1MgX5rkp96lrivtHoDEyE031AvseKKEomNCHzGiNlo14C049uiB', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163428Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163428Z
20251111/us-east-1/s3/aws4_request
3fb2b5c505fcce533f713dc10d0d711c75195bb3a163aeeaae9a8b4a211a83ca
DEBUG    botocore.auth:auth.py:430 Signature:
822a41a8c5269e8c6e570d16d8ea205721508ac99fcf6fb1073815393640bc22
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163428Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=822a41a8c5269e8c6e570d16d8ea205721508ac99fcf6fb1073815393640bc22', 'amz-sdk-invocation-id': b'8eac5166-f0bd-4ec8-947e-0ec194c4c527', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:28 GMT', 'x-amzn-requestid': 'EIKcYaIUj8rkoXB0oc7dRtzIy5kOEcVSbQl94VKnIRdvuWflMgyV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 841c72be-f76d-480b-9173-76069ccccc77, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 841c72be-f76d-480b-9173-76069ccccc77, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 841c72be-f76d-480b-9173-76069ccccc77, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, f9e67299-9ec8-4864-8fa5-1c76f35ecb60, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, f9e67299-9ec8-4864-8fa5-1c76f35ecb60, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, f9e67299-9ec8-4864-8fa5-1c76f35ecb60, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
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, 65c10312-a2b9-420c-bf71-f0d4f42e946a, localhost:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ListEndpoints, 65c10312-a2b9-420c-bf71-f0d4f42e946a, localhost:6475): request = { database: "/Root" }
DEBUG    ydb.connection:connection.py:51 RpcState(ListEndpoints, 65c10312-a2b9-420c-bf71-f0d4f42e946a, localhost:6475): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-eb3j45nagm.auto.internal" port: 6475 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-eb3j45nagm.auto.internal:6475, location 1, ssl: False>]>
INFO     ydb.connection:connection.py:498 Closing channel for endpoint localhost:6475
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163430Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163430Z
20251111/us-east-1/s3/aws4_request
605332e0de8ea2d4180b1f360783511ccfd4a98fce02425ce44c4aec810cd4c0
DEBUG    botocore.auth:auth.py:430 Signature:
ea540e6148eb6d924290a07014dc2949693aed7603129297eef0881177718347
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163430Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ea540e6148eb6d924290a07014dc2949693aed7603129297eef0881177718347', 'amz-sdk-invocation-id': b'ac2b97bf-e155-493d-b177-11b737489b7e', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:30 GMT', 'x-amzn-requestid': 'MAEbda3DTYLuDvgCRwKgPJXM9ozdGGfdWldc18K0cFHwjWgarHr3', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163430Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163430Z
20251111/us-east-1/s3/aws4_request
7deef1eb8c71dffffe7150e13c215054274dbbf5ed6b81afb2d6de7f508de264
DEBUG    botocore.auth:auth.py:430 Signature:
25230c77fe90920bb8da7c7617ca8753f0eb81ff7d6f4fe64843ca7356fc5fc5
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163430Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=25230c77fe90920bb8da7c7617ca8753f0eb81ff7d6f4fe64843ca7356fc5fc5', 'amz-sdk-invocation-id': b'ccd3e39c-0f28-4246-803a-432f07bb6f62', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:30 GMT', 'x-amzn-requestid': 'nT2vUw8etVVGHehnzvXCoHyQzlQbNJOWjJ7otp4h8NUtPiDScxoC', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163430Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163430Z
20251111/us-east-1/s3/aws4_request
c105803b6a00da8b7488406216d08521dd6c1c3a5ad5d3e21c41dbd286675310
DEBUG    botocore.auth:auth.py:430 Signature:
1e6ff6bb6334da32f505ae9cc1fbdf42b7da919225a1c8051c818a81858eafa3
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163430Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1e6ff6bb6334da32f505ae9cc1fbdf42b7da919225a1c8051c818a81858eafa3', 'amz-sdk-invocation-id': b'b0f3adb1-498b-4e61-a8fb-4119b85932bc', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:30 GMT', 'x-amzn-requestid': 'ErKspP0q3T5PxlJH8Mnk9k2IHYrYg3kdNDqlnkFIHq2WeUV0QsvU', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 861ced9d-e752-4944-b519-19a3b39321f1, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 861ced9d-e752-4944-b519-19a3b39321f1, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 861ced9d-e752-4944-b519-19a3b39321f1, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 68612841-9a3e-46d0-a316-5f9e698c5783, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 68612841-9a3e-46d0-a316-5f9e698c5783, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 68612841-9a3e-46d0-a316-5f9e698c5783, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163432Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163432Z
20251111/us-east-1/s3/aws4_request
48f5822420a79dd8d9398e2da73a782fd807124c246f11014c4a3c415ce91d7f
DEBUG    botocore.auth:auth.py:430 Signature:
4005c8c2e649edc66495696ed8329286ae6d7d0871cfa377fd1816f05df97a7a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163432Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4005c8c2e649edc66495696ed8329286ae6d7d0871cfa377fd1816f05df97a7a', 'amz-sdk-invocation-id': b'08ef5527-5358-4654-9a6f-ac49f4f7b475', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:32 GMT', 'x-amzn-requestid': 'UEfdpP0RXhVDFjdrfsxJVbWQaN9QtkwMxeYxPykOhtksbeRMc0te', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163432Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163432Z
20251111/us-east-1/s3/aws4_request
ff879282982c1fd63779bef2b4a276004d7115cdc0ab081cd975e9b8f8b725a0
DEBUG    botocore.auth:auth.py:430 Signature:
d7c01afc7fec20e8763413bc4f9501efe0cbac74bed728f95e97855955742132
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163432Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d7c01afc7fec20e8763413bc4f9501efe0cbac74bed728f95e97855955742132', 'amz-sdk-invocation-id': b'e3add2d6-61fe-4087-a4a1-b3483c243583', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:32 GMT', 'x-amzn-requestid': 'WsqRq38tSQFxUsux9xm2HDRjm7GBgCM0Rf9Mdx1A7jzv59FSjuEt', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163432Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163432Z
20251111/us-east-1/s3/aws4_request
035192ff51017cf1ffa02d5d030b34c6bfe4bed6f6ba656927aa553da35a01a3
DEBUG    botocore.auth:auth.py:430 Signature:
cc708d8f82c01328df3720fc42ea452ac7d97b4754c8bdc5accd1980a7bb8a83
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163432Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=cc708d8f82c01328df3720fc42ea452ac7d97b4754c8bdc5accd1980a7bb8a83', 'amz-sdk-invocation-id': b'deb640c7-eaab-4ca1-b227-1188456fb242', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:32 GMT', 'x-amzn-requestid': 'L8hiLHAO9h6QmoESLBLVOWAgTdV6SAs3xzWKtZeEtFCDLbCy0MFV', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 684f1be1-6200-4331-a085-96274b21e919, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 684f1be1-6200-4331-a085-96274b21e919, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 684f1be1-6200-4331-a085-96274b21e919, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, b197c55c-acaa-499d-90dc-5b0d215af72d, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, b197c55c-acaa-499d-90dc-5b0d215af72d, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, b197c55c-acaa-499d-90dc-5b0d215af72d, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163433Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163433Z
20251111/us-east-1/s3/aws4_request
5b62d3a87894ca2c13b991ca90723bf31f6f2b8c50e7e28f4302c19bbf6d41d9
DEBUG    botocore.auth:auth.py:430 Signature:
5a11a0402c9573995c7c41f171136625022130d85fefd8050c425d105b201945
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163433Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5a11a0402c9573995c7c41f171136625022130d85fefd8050c425d105b201945', 'amz-sdk-invocation-id': b'93b2d43d-8d07-4783-a7cc-edfbba9716ac', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:33 GMT', 'x-amzn-requestid': 'z2CHaRmDLFEj1VCOeWjz90kZAPBKsaOm8dkJvRX8qDK3k01EccEr', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163434Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163434Z
20251111/us-east-1/s3/aws4_request
115b8f4dcc9a72f0ad6b6265c06b42aee40705862b7e8e53568d47d8184d025e
DEBUG    botocore.auth:auth.py:430 Signature:
bfed179764f8e1fc637d3fe84b640ffd98d5450197f7e3cd42d8b6f74f8f12bb
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163434Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bfed179764f8e1fc637d3fe84b640ffd98d5450197f7e3cd42d8b6f74f8f12bb', 'amz-sdk-invocation-id': b'04d5e4cd-e08f-438f-861c-9ee999b1f8d9', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:34 GMT', 'x-amzn-requestid': 'FGJLj65p7rZ0DVJtyk2ynpVv9VzDm20AK3JyJdwekFafJnGGBuC5', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163434Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163434Z
20251111/us-east-1/s3/aws4_request
0805ba3ccd46ffc8afa5dc781bdff044cdea7b11963154241fa4bfa35d8bc864
DEBUG    botocore.auth:auth.py:430 Signature:
bbfcb89c30e9add62e1eec8da539848dc1f2209403ee3cb50f468e974e5f7776
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163434Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bbfcb89c30e9add62e1eec8da539848dc1f2209403ee3cb50f468e974e5f7776', 'amz-sdk-invocation-id': b'a0e87286-80da-4942-9b51-f1a6dda659a7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:34 GMT', 'x-amzn-requestid': '7c856igked186JpZVawxMweI0YXvBRmmTLDlgJQQvB2GgYyHN9O4', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c8548670-dbf8-4957-ae47-ff0ef69f1e6b, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c8548670-dbf8-4957-ae47-ff0ef69f1e6b, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c8548670-dbf8-4957-ae47-ff0ef69f1e6b, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 7d514491-1e06-4555-993b-39129eceef1f, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 7d514491-1e06-4555-993b-39129eceef1f, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 7d514491-1e06-4555-993b-39129eceef1f, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163436Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163436Z
20251111/us-east-1/s3/aws4_request
9b41f8cf547c24da559423918784ba4c690a9ac78250f4595a8a3367eeb86e82
DEBUG    botocore.auth:auth.py:430 Signature:
7e5d22a24b939e4d958b075479da970051dd3c1bd3bb35edf4e7ad72ce1e9160
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163436Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7e5d22a24b939e4d958b075479da970051dd3c1bd3bb35edf4e7ad72ce1e9160', 'amz-sdk-invocation-id': b'0577421d-916d-4c7d-893d-868b82536339', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:36 GMT', 'x-amzn-requestid': '9ZOpEsDMJx32HcJTu99Ymo0gXc5TrV7HvInamn2ZGeUIlnapXAJB', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163436Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163436Z
20251111/us-east-1/s3/aws4_request
efe8661fbadc65cbde706a985f17b4e17a99dc31021d78d3fc0bb232feaec187
DEBUG    botocore.auth:auth.py:430 Signature:
234c2e3eca816a3789ab17e9d837c9d5471bd63fe461dd3691e2964961b1b049
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163436Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=234c2e3eca816a3789ab17e9d837c9d5471bd63fe461dd3691e2964961b1b049', 'amz-sdk-invocation-id': b'bc480ed2-b610-4b5d-b542-64831f5f90c2', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:36 GMT', 'x-amzn-requestid': 'X5u0giOPGK021EzPlrtJyDUfr6mFr3yFCBuBflgDmIB7HAdzS7gs', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163436Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163436Z
20251111/us-east-1/s3/aws4_request
b2dd12e0617d0db96ddb79a868782aab72660144a6f77598291ab5074c956ed1
DEBUG    botocore.auth:auth.py:430 Signature:
e2f4580875de9787c7ad608ec443e2a5fa277b13c4964892bffad5828ed84d78
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163436Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e2f4580875de9787c7ad608ec443e2a5fa277b13c4964892bffad5828ed84d78', 'amz-sdk-invocation-id': b'dbefc348-db8b-4eba-8880-5335b096b3c7', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:36 GMT', 'x-amzn-requestid': 'MLuSBrgL601Zq96DhZw1sLJyin5YIp6y9WQbKrmxA1E7erNt7EQO', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 4f5cd040-350b-46b1-b9bc-5d5d9b147c84, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 4f5cd040-350b-46b1-b9bc-5d5d9b147c84, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 4f5cd040-350b-46b1-b9bc-5d5d9b147c84, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, daec6faf-e46b-44e2-87d2-98ca3638ab95, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, daec6faf-e46b-44e2-87d2-98ca3638ab95, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, daec6faf-e46b-44e2-87d2-98ca3638ab95, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163438Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163438Z
20251111/us-east-1/s3/aws4_request
73a4337c25facb48172ee385207f5035ff49b7304d9af35d68c95ced21918f8e
DEBUG    botocore.auth:auth.py:430 Signature:
0791f4e64cfad07627374500892b5beffd9edc4904d48e2173252ec257d7479e
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163438Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0791f4e64cfad07627374500892b5beffd9edc4904d48e2173252ec257d7479e', 'amz-sdk-invocation-id': b'78e53167-af2e-41ad-9f08-43faafc1b883', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:38 GMT', 'x-amzn-requestid': 'TOBSwNNywXFZL7YbSOsjhZWGUSkZtmAiCmQmpS6JO5ij7Niv1Uen', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163438Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163438Z
20251111/us-east-1/s3/aws4_request
fd65990d4711e62cfd700b28e8febc8c55feb659ade81e8d494936e83a32a292
DEBUG    botocore.auth:auth.py:430 Signature:
b48240c04b7c092e393acfb938a80a276e5472893b262589cff8492485e92c4a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163438Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=b48240c04b7c092e393acfb938a80a276e5472893b262589cff8492485e92c4a', 'amz-sdk-invocation-id': b'fe3f8360-5657-4216-a71e-75ddb62eccb0', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:38 GMT', 'x-amzn-requestid': 'VlMvKgAdGsrsdTiqBsKUY9NSIYgatGcGsr4QqEh9bYqJFtJR3vmN', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163438Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163438Z
20251111/us-east-1/s3/aws4_request
74eb914fdd4186948aff081a42b97f3e8ac012c03c2abfffb858f580ec33a949
DEBUG    botocore.auth:auth.py:430 Signature:
8c1fd15da0877cfef80d87fb4769937017041cc6bb820ad1e72a0e96891ddc28
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163438Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8c1fd15da0877cfef80d87fb4769937017041cc6bb820ad1e72a0e96891ddc28', 'amz-sdk-invocation-id': b'89b7cf91-1d0d-4d6f-b556-5101efd3aaf8', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:38 GMT', 'x-amzn-requestid': 'q0fGlRWsaLDjVCyz8jXt7JfxwgI3w10i066KUG2IchIzxwLxmgMt', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 384059d6-eeee-43e0-8f81-242f1bf18e83, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 384059d6-eeee-43e0-8f81-242f1bf18e83, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 384059d6-eeee-43e0-8f81-242f1bf18e83, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 49ec7d54-0f1c-41a6-935d-d5aee611a2ad, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 49ec7d54-0f1c-41a6-935d-d5aee611a2ad, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 49ec7d54-0f1c-41a6-935d-d5aee611a2ad, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163440Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163440Z
20251111/us-east-1/s3/aws4_request
c9c55f873f9c14ce3a56298220bd3a731afc9c91a31926f61459283ac56d92fb
DEBUG    botocore.auth:auth.py:430 Signature:
2ae749072a04189199a9892902dcb83bf6841f95a5f3d2fb182c792583667700
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163440Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2ae749072a04189199a9892902dcb83bf6841f95a5f3d2fb182c792583667700', 'amz-sdk-invocation-id': b'79a0493a-c554-4a43-9740-33d917798a9a', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:40 GMT', 'x-amzn-requestid': 'KqjRz1cLHcwPfkC7hwguuQqUXOpG6fgEGLcgfyB5ft84KjXWI5bZ', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163440Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163440Z
20251111/us-east-1/s3/aws4_request
e23de259bceb15b69747c63d97bdfa30afa97df84443f3444b2cfb321adc46ed
DEBUG    botocore.auth:auth.py:430 Signature:
e332eafa848da96f394c3f65990fa57979f92017a56382cad2ea5c0757d6a516
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163440Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e332eafa848da96f394c3f65990fa57979f92017a56382cad2ea5c0757d6a516', 'amz-sdk-invocation-id': b'eb0d3221-8e34-468e-a312-78c474624711', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:40 GMT', 'x-amzn-requestid': 'ZTJL4Oqz3uZVOaoxaAAYcgm0BqGiFighwhW6ifPE1naZXwgaSNBs', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163440Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163440Z
20251111/us-east-1/s3/aws4_request
f0b374f489bf658427a2fa6da596982a778fce361eca71ae6467df4df98e58b5
DEBUG    botocore.auth:auth.py:430 Signature:
dfe0243fcf1b81805d2e30529cace26516e52ce79572bec8b359acac503f7e88
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163440Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dfe0243fcf1b81805d2e30529cace26516e52ce79572bec8b359acac503f7e88', 'amz-sdk-invocation-id': b'f768e875-0ed2-440f-8a76-46ffe1915803', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:40 GMT', 'x-amzn-requestid': 'WvomseTzHti5jRl2PnKWjajgxR56yZ21bkCECYxnuuCLfOmlJNBi', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 2b33f397-c3a9-49a5-bc2b-dc9481706116, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 2b33f397-c3a9-49a5-bc2b-dc9481706116, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 2b33f397-c3a9-49a5-bc2b-dc9481706116, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 0ba0fd17-8766-446f-9059-a8f809380c96, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 0ba0fd17-8766-446f-9059-a8f809380c96, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 0ba0fd17-8766-446f-9059-a8f809380c96, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163441Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163441Z
20251111/us-east-1/s3/aws4_request
b2f7c88630abad5bca69731b0d7b7496a125dd7a1dedaf44cb7c0b29917a714b
DEBUG    botocore.auth:auth.py:430 Signature:
e0d85eb791a43a26cf542513886f2c4d936bbfa01d63dca7615d9817d26db07a
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163441Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=e0d85eb791a43a26cf542513886f2c4d936bbfa01d63dca7615d9817d26db07a', 'amz-sdk-invocation-id': b'3fcb14e8-4e25-4dd9-b844-8f13b229d689', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:41 GMT', 'x-amzn-requestid': '4xWvMtVDSpVxhmQ8X0fLvlcn3QQ1lZFaLVEhBiVVYg7G3hVTtHNK', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163441Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163441Z
20251111/us-east-1/s3/aws4_request
570f2fe1ca38d3bed6ac85086bd84670e6062cf4c97186f35f0bb843bd1cb0d9
DEBUG    botocore.auth:auth.py:430 Signature:
1d1f49c5c31fdec6a1412b64b41164d372bf208ea8eb3b886fd99ba88057af6b
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163441Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=1d1f49c5c31fdec6a1412b64b41164d372bf208ea8eb3b886fd99ba88057af6b', 'amz-sdk-invocation-id': b'3ca74036-6e9b-4c82-89c8-1d1602c65239', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:41 GMT', 'x-amzn-requestid': 'D4scNcQmF1h5ga5SEUx4f3jJRXLzVZwmI2NDH6l6PPLCLHAWiaIg', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163441Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163441Z
20251111/us-east-1/s3/aws4_request
33f8b539cd375df722e3e3444172f477e9671fa1a519eda90237e6cea28220ed
DEBUG    botocore.auth:auth.py:430 Signature:
c20ca5efb05441b850cb928ca428f49a673081248236c1bc2b1890668ba051d4
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163441Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c20ca5efb05441b850cb928ca428f49a673081248236c1bc2b1890668ba051d4', 'amz-sdk-invocation-id': b'4463a3d5-cd5b-4cd9-a896-b1fb29a04835', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:41 GMT', 'x-amzn-requestid': '7Dc0m9TnmnhxBEchszI2Rc4z8mo65eKmaljdMcMdUue6CAiJMYso', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, db79bce8-8d71-4160-9cbc-2af4a78b7a64, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, db79bce8-8d71-4160-9cbc-2af4a78b7a64, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, db79bce8-8d71-4160-9cbc-2af4a78b7a64, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 8969d04e-cc3d-4e99-9fc0-43c6e61defa2, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 8969d04e-cc3d-4e99-9fc0-43c6e61defa2, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 8969d04e-cc3d-4e99-9fc0-43c6e61defa2, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}, '__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/cold_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163443Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163443Z
20251111/us-east-1/s3/aws4_request
12228b4dc4114d483a35f6282b1ae709b8c2c9598fa882e7042d81c6af3287b0
DEBUG    botocore.auth:auth.py:430 Signature:
c9339752a535d086128a426a46b452165a5549a64e1b9e16016bd1c5ebd47d2c
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163443Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=c9339752a535d086128a426a46b452165a5549a64e1b9e16016bd1c5ebd47d2c', 'amz-sdk-invocation-id': b'c8990a43-a725-4d15-a257-c733c87fe067', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:43 GMT', 'x-amzn-requestid': 'Js3B2xLSPq9uNsPKGwpx3u6e0I2eKcrmC9Irqh4BnUNjN8EBm4SY', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.regions:regions.py:498 Calling endpoint provider with parameters: {'Bucket': 'medium', 'Region': 'us-east-1', 'UseFIPS': False, 'UseDualStack': False, 'Endpoint': 'http://localhost:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/medium?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163443Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163443Z
20251111/us-east-1/s3/aws4_request
4997ba880632d7c3fb122455dc051cd10a9bc17d483bde3743570b70cd47df02
DEBUG    botocore.auth:auth.py:430 Signature:
3f218ef69cfe7304e9a6c087eaeafa1b158715a9571d4b24ccbbd5c4bf5606ed
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163443Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3f218ef69cfe7304e9a6c087eaeafa1b158715a9571d4b24ccbbd5c4bf5606ed', 'amz-sdk-invocation-id': b'0e05fb3b-8396-4e6a-95fd-a9a9b6931253', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "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': 'Tue, 11 Nov 2025 16:34:43 GMT', 'x-amzn-requestid': '3ULEyG7p3Lt0JO1OhmVjWh9Lm7rWcnNdy3jH45WWiNovrzPgVAL4', '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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:Bucket
DEBUG    boto3.resources.model:model.py:369 Renaming Bucket attribute name
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.Bucket: calling handler <function lazy_call.<locals>._handler at 0x50e0016008f0>
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 0x50e0006e8810>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function validate_bucket_name at 0x50e0006e6a50>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function remove_bucket_from_url_paths_from_model at 0x50e0006e9ed0>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.annotate_request_context of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event before-parameter-build.s3.ListObjects: calling handler <function generate_idempotent_uuid at 0x50e0006e67b0>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <function customize_endpoint_resolver_builtins at 0x50e0006ea170>
DEBUG    botocore.hooks:hooks.py:238 Event before-endpoint-resolution.s3: calling handler <bound method S3RegionRedirectorv2.redirect_from_cache of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
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:8151', 'ForcePathStyle': True, 'Accelerate': False, 'UseGlobalEndpoint': True, 'DisableMultiRegionAccessPoints': False, 'UseArnRegion': True}
DEBUG    botocore.regions:regions.py:513 Endpoint provider result: http://localhost:8151/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 0x50e0006e6f90>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function add_recursion_detection_header at 0x50e0006e6270>
DEBUG    botocore.hooks:hooks.py:238 Event before-call.s3.ListObjects: calling handler <function inject_api_version_header_if_needed at 0x50e0006e9c30>
DEBUG    botocore.endpoint:endpoint.py:114 Making request for OperationModel(name=ListObjects) with params: {'url_path': '', 'query_string': {'encoding-type': 'url'}, 'method': 'GET', 'headers': {'User-Agent': 'Boto3/1.29.6 md/Botocore#1.31.80 ua/2.0 os/linux#5.15.0-157-generic md/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:8151/frozen_uc?encoding-type=url', 'context': {'client_region': 'us-east-1', 'client_config': <botocore.config.Config object at 0x504000e2e2b0>, '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 0x504000e2e330>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <bound method ClientCreator._default_s3_presign_to_sigv2 of <botocore.client.ClientCreator object at 0x504003339170>>
DEBUG    botocore.hooks:hooks.py:238 Event choose-signer.s3.ListObjects: calling handler <function set_operation_specific_signer at 0x50e0006e65f0>
DEBUG    botocore.hooks:hooks.py:238 Event before-sign.s3.ListObjects: calling handler <function remove_arn_from_signing_path at 0x50e0006ea090>
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:8151
x-amz-content-sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
x-amz-date:20251111T163443Z

host;x-amz-content-sha256;x-amz-date
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
DEBUG    botocore.auth:auth.py:428 StringToSign:
AWS4-HMAC-SHA256
20251111T163443Z
20251111/us-east-1/s3/aws4_request
968f96f1f619d146342ebc6503ebb0d60bb415e6f68d0d61cf6384e4cccd35ce
DEBUG    botocore.auth:auth.py:430 Signature:
29a1eccf31e2da0136d2f82b819f210ac7ce34e0e6b851ad37c35334ecb6fbaa
DEBUG    botocore.hooks:hooks.py:238 Event request-created.s3.ListObjects: calling handler <function add_retry_headers at 0x50e0006e9df0>
DEBUG    botocore.endpoint:endpoint.py:265 Sending http request: <AWSPreparedRequest stream_output=False, method=GET, url=http://localhost:8151/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'20251111T163443Z', 'X-Amz-Content-SHA256': b'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855', 'Authorization': b'AWS4-HMAC-SHA256 Credential=fake_key_id/20251111/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=29a1eccf31e2da0136d2f82b819f210ac7ce34e0e6b851ad37c35334ecb6fbaa', 'amz-sdk-invocation-id': b'3812ede6-1606-4daf-97f3-53c48d5ddbbf', 'amz-sdk-request': b'attempt=1'}>
DEBUG    urllib3.connectionpool:connectionpool.py:273 Resetting dropped connection: localhost
DEBUG    urllib3.connectionpool:connectionpool.py:456 http://localhost:8151 "GET /frozen_uc?encoding-type=url HTTP/1.1" 200 56536
DEBUG    botocore.parsers:parsers.py:240 Response headers: {'Server': 'Werkzeug/2.2.3 Python/3.12.9', 'Date': 'Tue, 11 Nov 2025 16:34:43 GMT', 'x-amzn-requestid': 'tUg0SV5l3icxAYbJDoSiN75DsbR8hOUA5XS7BcVZbKn3vrY4HZTd', 'Content-Type': 'text/html; charset=utf-8', 'Content-Length': '56536', 'Access-Control-Allow-Origin': '*', 'Connection': 'close'}
DEBUG    botocore.parsers: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%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;cd10e3f161e2925784f8ffff89dbb071&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b9fc431dd7c0b82fec4126dca295c172&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9720725f2e88ce6b3f33bfa8975a2ac0&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;91b12624aea75d2ebefc8d9d2704f608&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ecc8e34766d22479a2c4925c2c3e8873&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037890%3A1%3A1%3A255%3A5%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;809a6e27888e3e8ea4ae45b1681778c5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A1%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;00e26aa8690849abf6f26f9636b0aaa5&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;18c8a2f9e92b39768ba611112fee7bdf&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;e41ebaca7865a4494b6f61720c872d7c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037891%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;f2a4489a84e12416bb46b9bacbc94bc3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;dab8326455b13350ef067e73c9373d4b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A2%3A1320%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;fb31789efd2a2c8a96a8de640492f593&#34;</ETag><Size>1320</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;6d8ac5e9120914c1752f39e943f90336&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037892%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;90ea5bb6f7db1c53717a6ee4a4edf7a5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8ca57c9309b94c454a7d69a975ca3538&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;219e89ff2e8c86361d099a4928e702f9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;669e2c73b11d40b948077838c5999434&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1f32cc76be9098f7e3b1ada3d2eecae0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;24773b353a4075d42a1a779108d08fd3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037893%3A1%3A2%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;18403f67407397dd1ff9ad0ebfc8c2fe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;afb143b0e011909561adf753df7daf58&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A2%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d6c7c1d2c1a2e8d7f9508a7203a29f0a&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037894%3A1%3A1%3A255%3A3%3A1304%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e49ab4e6be4afcb9e885f6dd01cb8aa&#34;</ETag><Size>1304</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;a4afd9739003001acc287b74b99973ec&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037895%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;881250f331724e354943daa8ea7dcdf7&#34;</ETag><Size>1040</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-11T16:29:29.000Z</LastModified><ETag>&#34;745012c187a0d3775bb23612002d4cfe&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;45ef31ea4d2c5b3ee3ca943bcd92c82e&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;318407b0de2ad2e51368b27ea9ffb534&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;523d6a860bd1915aedb8a7c34ea8d53c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037896%3A1%3A2%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5e3f7189644b749a5884abbb489e1426&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;a7819a98e2b8f85161693420f2122f8d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ddb587c00d8ca430586dc6178d0d77aa&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5c66c75b61420d334857209a73e62f95&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;23915bc96097c20d80d2c378b8a3a2ce&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ab388a704c8df9aa78a30dea6f273b3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;25cf86083519a170bb47ec478824ce38&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037897%3A1%3A1%3A255%3A7%3A1536%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;8a859ded8bd51ae23cf1c2c07e189dca&#34;</ETag><Size>1536</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A1%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4ad950b8ae614487a80b13565139fb73&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037898%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e418d69326e251bc8970f9de81402af0&#34;</ETag><Size>1360</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-11T16:30:19.000Z</LastModified><ETag>&#34;d99b32bff2e9e9c00242cb5a1161fd00&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2e95f197abea07ec1e2fd9458010224c&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;9ebd1339894748d08d4d0ee1f007ed1c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;451374994017f47ba616f87111f759de&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037900%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:20.000Z</LastModified><ETag>&#34;f0a42dc66119e630e64cc636384eb5dd&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;736aca5333d8c4d61d13091e1538b43e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e32959b028cb93e665189f91485a6e0f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;79a70addd34d3f317c58acbd26c61d88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;5b2a382af4a8404f14262ac8b93fe25f&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037901%3A1%3A1%3A255%3A5%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9533279a39d048f5bfd582097af23176&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dbd15e1c30c68c03a7f5e1da24f8191a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1710ae0e4a31e4acec3fe693392a8e53&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;a00686ada8c57fe4ff385860d2c19f75&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037902%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0a474790db434c68c2efb58d02efa476&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037904%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;30c20a1dffefb77fbf218d7a90d7d3d8&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;be3103465e14400cc46ddcfd508ccda7&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;6ed24e547e122aeb93e490977fcbb067&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;3faa5229261dee3422cbf9cd7708cc01&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037905%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc41bd3d7c444c5bc5dca64a36d94a5f&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037906%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5fcc804ccc9fdb03af053372114abff0&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;1be3ce04515e0cbbeaa4bc0582a02ce1&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A2%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9aed428f4c4face72b69d7e569faba5c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037907%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;240502e6af07014a28876ec79f13c3d5&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;887f28a2e2017f48e083404cd748684a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;015a73ac1864578d37dd88f5c59b699e&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c080e9d0841fe24551c09c965a4bb128&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037908%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;b533aa6ae4562ad7538f256da16aa931&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b6a3fde54502122ab64edbb6cf17002f&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;442dfd6c716ab7af7e444f8bfba9b40c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;2b63a5f8c4808b19b1a40a946699a37a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037910%3A1%3A1%3A255%3A4%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;4858484ce97b76f320f7d0da8ec2c48c&#34;</ETag><Size>1104</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-11T16:29:29.000Z</LastModified><ETag>&#34;82cc280812c9782c4c21ce9c1c0e4187&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;44e1c0b765619ef82113b3d808dc0bee&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4cd4c9676ae013b7884a0b3ae2704f46&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1869e946b53832a184f3ce5a4c40c9f6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;653937b80b1120b78a477a49f9c7d74a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037913%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;1574a7d298c51c3709396dfe33c028ff&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037914%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;c3cb83e8906a2e4a3876abd8caabe6eb&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;4510eb963894b69b591e066f10ed74d6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ab701d2274b471faf4ca0e019eb61062&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;bc36e128ccf5dd6960f8c8b65b5a3f5c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;135c0f060497b4ac04bdb6ab0e1a392b&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;363ff8f04e3b51ac607a3e9e4930f54d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037915%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2c0bfceb984a04a73ed22d53d5172c59&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d8476dbb0b533db0fcfb422e21a6fd29&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A2%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d7aea33bd5ec50b1640d0076cb4f1d15&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A3%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;94fea3a2389e12c8787e5524dcf7d5b5&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A4%3A1424%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6a58658ef53966451aef5c9742bda2fc&#34;</ETag><Size>1424</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A5%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;ae10ed01fc963df9b9ff506a07e0ace9&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037916%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;6b99657af598a9b225469ae307650ef3&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037917%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;8113f73eaa7fd5c3f01ea5368427ba8e&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;981c84c920a4973fc1f1bd5abbbf3d74&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037918%3A1%3A1%3A255%3A2%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ad42fe81f480cf5515c9502b49327b60&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A1%3A1864%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;b3867746064a27cc669dd74b1ea76303&#34;</ETag><Size>1864</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037919%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;8799972fb8ac9334864b78997b0e28d4&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037920%3A1%3A1%3A255%3A1%3A3368%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;33d3b721dba89670dce64cce9512e7a9&#34;</ETag><Size>3368</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-11T16:30:17.000Z</LastModified><ETag>&#34;cf77d4a813b84b438aa2967d1bfb02d3&#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-11T16:29:29.000Z</LastModified><ETag>&#34;1cf2bc73eace4ecf91aea1798cc44888&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037922%3A1%3A2%3A255%3A1%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86911950a0fa21fe45c2a68be6066423&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;35b345245f9096686d27d3ea4ccabfed&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A2%3A1264%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;ba3d518fec91c6f8f34e33a56f4c8f13&#34;</ETag><Size>1264</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037923%3A1%3A1%3A255%3A3%3A1216%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;beaf1e20eec64559831e6fcc3c8a115e&#34;</ETag><Size>1216</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037925%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;ebb9e28196b074f1652d57beca47f4b4&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A1%3A1312%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;9270724646ae22aebd6fe627710381eb&#34;</ETag><Size>1312</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037927%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;3f813bdc9fa2f822d5ea23c7abaabf30&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037928%3A1%3A1%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;484d3e9ba611dfb6309c1b7d893d00ff&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037929%3A1%3A1%3A255%3A1%3A1688%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;34a5ee49523f9cda4b3276ed6657ce71&#34;</ETag><Size>1688</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;78a7de221cc816277a7649bf05957a54&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;2a7044d4a767b4fe5e3dbc0d0bae3448&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037930%3A1%3A2%3A255%3A1%3A1408%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;f9f8a643031bb6e71c7987d57d31f0be&#34;</ETag><Size>1408</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;07ba26f299549af6b56d793c61e63fe1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;531ec2a33b53b25ee2429565842fdca2&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037931%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;767f12763817e5d8badad93b171066b6&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;5f2302c852380bd7b92dd8dbbc6bad71&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037932%3A1%3A1%3A255%3A2%3A1208%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;053a9509b59bf9a574c0f4207d999ceb&#34;</ETag><Size>1208</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A1%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3eea8db3b8697afcb0f0c590b51cb465&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;0fa7a69b6da290e3c21228d17c4ebf86&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037933%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e9ce302dbb3545dc08139795e53f187a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037934%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;9d267d2119019ce14723a8812b23cc4c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;86115c6808bd63e1e6bc0652f0f3ad14&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f8c759590967cd6d8b298ec29961df8c&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037936%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;c351d191f13a57bc88114e9ca5f01daa&#34;</ETag><Size>1040</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-11T16:30:19.000Z</LastModified><ETag>&#34;e4d1d49f0592bd9c31ad603d429e0d9d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A2%3A1360%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;80c40d04bc8191f21c6b489eed70130f&#34;</ETag><Size>1360</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;7bbbc620e725612e38aa5464f7b06e0d&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;9975f093f655711ee80c7127e6c63936&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A5%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;2d3c0d642001a76006bf4504635c2203&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037937%3A1%3A1%3A255%3A6%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;449ce9e419a12315f64dfe74a932bb35&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;d6d69280289833c9591f69940fdd2995&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;83c68a7d899271e103916f8e8128c837&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;57ff51672ea99d51218a7e16be44a6a6&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037939%3A1%3A2%3A255%3A3%3A1760%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;61dc0fd3c4b47688cda25dfd2726617a&#34;</ETag><Size>1760</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A1%3A1544%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;282ed843548ee9194b57793a8179f1f8&#34;</ETag><Size>1544</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A2%3A2064%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;3576a26d87518335050b278ce7aea6c4&#34;</ETag><Size>2064</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037940%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;1304ec08bd4fa4836401290642131659&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037941%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:29:29.000Z</LastModified><ETag>&#34;889836c92762de4f811f9f3ba9279e0a&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037942%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;26ea29032db58a56d6fcffd676a7c401&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A1%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;364db9327495ad5de7fe14887f6f6d48&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037943%3A1%3A1%3A255%3A2%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;04e9c03b37be469f004aa79af55291a1&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A1%3A1256%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;64e0d3b7c785368876184ff49d26102c&#34;</ETag><Size>1256</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A2%3A1600%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;b661bbbadf1f4f564a7d0e22eefdd805&#34;</ETag><Size>1600</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A3%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;d50b1d163092c4107afda050861b0575&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037945%3A1%3A1%3A255%3A4%3A1224%3A0%5D</Key><LastModified>2025-11-11T16:30:19.000Z</LastModified><ETag>&#34;05566326cc06bc5566b2e30ab24d73ca&#34;</ETag><Size>1224</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A1%3A1328%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;f62ddfb85787a5862579fd36a35162cc&#34;</ETag><Size>1328</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A2%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;e363c20add6c2882ebb651b5d4df2a88&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037946%3A1%3A1%3A255%3A3%3A1400%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;b8f791f639b24b23cbdfce706531748d&#34;</ETag><Size>1400</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A1%3A1104%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;121b58ca93a6e1cf02f89fd73e31f99d&#34;</ETag><Size>1104</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A2%3A1248%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;dffbafcb0b448718f41300989da1ef7e&#34;</ETag><Size>1248</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037947%3A1%3A1%3A255%3A3%3A1656%3A0%5D</Key><LastModified>2025-11-11T16:30:18.000Z</LastModified><ETag>&#34;31e0e9d1c2050345584b38488cd116f5&#34;</ETag><Size>1656</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A1%3A1160%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d0394fa4475f24b73eba7418a223e512&#34;</ETag><Size>1160</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A2%3A1744%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;694ba72b70e87c2862f05868ff40e989&#34;</ETag><Size>1744</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A3%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;6012699f23708b5213498160e4934b39&#34;</ETag><Size>1040</Size><StorageClass>STANDARD</StorageClass><Owner><ID>75aa57f09aa0c8caeab4f8c24e99d10f8e7faeebf76c078efc7c6caea54ba06a</ID><DisplayName>webfile</DisplayName></Owner></Contents><Contents><Key>%5B72075186224037948%3A1%3A1%3A255%3A4%3A1040%3A0%5D</Key><LastModified>2025-11-11T16:30:17.000Z</LastModified><ETag>&#34;d9b3c021bffb1aea6f4a43d24efe1c2d&#34;</ETag><Size>1040</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-11T16:30:18.000Z</LastModified><ETag>&#34;31401250096defc47ecf5c4252040014&#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 0x504000e0e530>
DEBUG    botocore.retryhandler:retryhandler.py:211 No retry needed.
DEBUG    botocore.hooks:hooks.py:238 Event needs-retry.s3.ListObjects: calling handler <bound method S3RegionRedirectorv2.redirect_from_error of <botocore.utils.S3RegionRedirectorv2 object at 0x504000e0c830>>
DEBUG    botocore.hooks:hooks.py:238 Event after-call.s3.ListObjects: calling handler <function decode_list_object at 0x50e0006e88f0>
DEBUG    boto3.resources.factory:factory.py:65 Loading s3:ObjectSummary
DEBUG    boto3.resources.model:model.py:369 Renaming ObjectSummary attribute key
DEBUG    botocore.hooks:hooks.py:238 Event creating-resource-class.s3.ObjectSummary: calling handler <function lazy_call.<locals>._handler at 0x50e0016073b0>
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, 6310b72e-b845-473a-b3d1-5d25902ae864, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, 6310b72e-b845-473a-b3d1-5d25902ae864, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, 6310b72e-b845-473a-b3d1-5d25902ae864, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.query.pool:pool.py:95 Acquired active session from queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
DEBUG    ydb.connection:connection.py:375 RpcState(ExecuteQuery, c5732b86-7a2a-44ee-8a9e-481b56f8199c, ghrun-eb3j45nagm.auto.internal:6475): creating call state
DEBUG    ydb.connection:connection.py:62 RpcState(ExecuteQuery, c5732b86-7a2a-44ee-8a9e-481b56f8199c, ghrun-eb3j45nagm.auto.internal:6475): request = { session_id: "ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=" 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, c5732b86-7a2a-44ee-8a9e-481b56f8199c, ghrun-eb3j45nagm.auto.internal:6475): response = { <_MultiThreadedRendezvous object> }
DEBUG    ydb.query.pool:pool.py:116 Session returned to queue: ydb://session/3?node_id=1&id=YjFhNDdjOTAtOGE1YzE3MTUtNzZkZWNiYjgtOThiNjU1Nzg=
INFO     __tests__.ttl_delete_s3:ttl_delete_s3.py:210 portions: {'__DEFAULT': {'Rows': 99484, 'Portions': 92, 'ActivePortions': 92}, '/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Rows': 516, 'Portions': 153, 'ActivePortions': 153}}, blobs: {'/Root/test_data_unchanged_after_ttl_change/frozen_uc': {'Portions': 153, 'BlobSize': 178152, 'BlobCount': 765}, '__DEFAULT': {'Portions': 92, 'BlobSize': 4386512, 'BlobCount': 460}}, cold bucket stat: (0, 0), frozen bucket stat: (153, 178152)
---------------------------- Captured log teardown -----------------------------
INFO     ya.test:ya.py:429 Test teardown
============================== slowest durations ===============================
392.09s call     ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change
16.41s setup    ttl_delete_s3.py::TestDeleteS3Ttl::test_data_unchanged_after_ttl_change
0.31s 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 errors in 612.23s (0:10:12) ====================

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: ...ild/build_root/a9fz/000df3/ydb/tests/olap/ttl_tiering/ydb-tests-olap-ttl_tiering', '--basetemp', '/home/runner/.ya/build/build_root/a9fz/000df3/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/a9fz/000df3/ydb/tests/olap/ttl_tiering/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/a9fz/000df3', '--source-root', '/home/runner/.ya/build/build_root/a9fz/000df3/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/a9fz/000df3/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', '--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: (("...ild/build_root/a9fz/000df3/ydb/tests/olap/ttl_tiering/ydb-tests-olap-ttl_tiering', '--basetemp', '/home/runner/.ya/build/build_root/a9fz/000df3/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/a9fz/000df3/ydb/tests/olap/ttl_tiering/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/a9fz/000df3', '--source-root', '/home/runner/.ya/build/build_root/a9fz/000df3/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/a9fz/000df3/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', '--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",), {})
